mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
|
AT_BANNER([Library -- basic])
|
||
|
|
||
|
AT_SETUP([successful linking])
|
||
|
AT_KEYWORDS([libopenvswitch])
|
||
|
AT_CAPTURE_FILE([log])
|
||
|
AT_CHECK(
|
||
|
[test-lib], [0],
|
||
|
[], [ignore])
|
||
|
AT_CLEANUP
|