mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
This test covers inclusion of public header files and basic usage of the API such as vlog. Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Ben Pfaff <blp@nicira.com>
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
|