X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=test%2Ftestprogs%2FMakefile.am;h=792196a5b5b6c9f4bcd940d38812aaed22d61cee;hb=f236c14dc5457a41119492ebce41b8920fd31f65;hp=4360cb8f4ca934191092a49103eb687ab4cbdf0d;hpb=7728716759b73ee95b84c33a922bdc628dc7d2a9;p=jansson.git diff --git a/test/testprogs/Makefile.am b/test/testprogs/Makefile.am index 4360cb8..792196a 100644 --- a/test/testprogs/Makefile.am +++ b/test/testprogs/Makefile.am @@ -1,9 +1,10 @@ -check_PROGRAMS = test_array test_simple test_number test_object +check_PROGRAMS = test_array test_dump test_simple test_number test_object test_array_SOURCES = test_array.c util.h +test_dump_SOURCES = test_dump.c util.h test_simple_SOURCES = test_simple.c util.h test_number_SOURCES = test_number.c util.h -test_object_SOURCES = test_number.c util.h +test_object_SOURCES = test_object.c util.h AM_CPPFLAGS = -I$(top_srcdir)/src AM_CFLAGS = -Wall -Werror