New header file "type-props.h" for testing properties of types.
[sliver-openvswitch.git] / tests / Makefile.am
index 91e11a5..49b7967 100644 (file)
@@ -6,3 +6,7 @@ check_PROGRAMS = test-list
 
 test_list_SOURCES = test-list.c
 test_list_LDADD = ../lib/libopenflow.la
+
+TESTS += test-type-props
+check_PROGRAMS += test-type-props
+test_type_props_SOURCES = test-type-props.c