X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2FMakefile.am;h=27d88aebc6d6f58383bed92c87d2b09cd6ebb2e3;hb=b95becf1382a6e194b7b4e867a4f808440ad0ff9;hp=fac85e0305d1b6f5cce8f7e7882145c35736cd43;hpb=185a8731839551fc9df7059ac374be5f5e35c086;p=meshlink diff --git a/test/Makefile.am b/test/Makefile.am index fac85e03..27d88aeb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -11,7 +11,7 @@ TESTS = \ dist_check_SCRIPTS = $(TESTS) -AM_CPPFLAGS = -I../src +AM_CPPFLAGS = -I../src -Wall check_PROGRAMS = \ basic \ @@ -25,6 +25,10 @@ check_PROGRAMS = \ sign-verify \ echo-fork +if INSTALL_TESTS +bin_PROGRAMS = $(check_PROGRAMS) +endif + basic_SOURCES = basic.c basic_LDADD = ../src/libmeshlink.la