2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/tests/lib.at
Thomas Graf acf72f1322 lib: Add test for library usage
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>
2014-12-15 14:15:25 +01:00

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