X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=tests%2Fautomake.mk;h=099398aa5cb92cdfe110651115e8db5b039d189d;hb=1d5aaa61fa8ca68f487e8b578b7aa99a0bbd1f26;hp=f2e0edcc496e6b8b005b958dbb5e4c7d8298a931;hpb=19c8e9c11bcd441a42ababb8439bc7b24e9e435c;p=cascardo%2Fovs.git diff --git a/tests/automake.mk b/tests/automake.mk index f2e0edcc4..099398aa5 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -190,6 +190,13 @@ noinst_PROGRAMS += tests/test-classifier tests_test_classifier_SOURCES = tests/test-classifier.c tests_test_classifier_LDADD = lib/libopenvswitch.a $(SSL_LIBS) +noinst_PROGRAMS += tests/test-controller +MAN_ROOTS += tests/test-controller.8.in +DISTCLEANFILES += utilities/test-controller.8 +noinst_man_MANS += tests/test-controller.8 +tests_test_controller_SOURCES = tests/test-controller.c +tests_test_controller_LDADD = lib/libopenvswitch.a $(SSL_LIBS) + noinst_PROGRAMS += tests/test-csum tests_test_csum_SOURCES = tests/test-csum.c tests_test_csum_LDADD = lib/libopenvswitch.a $(SSL_LIBS)