X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftestprogs%2FMakefile.am;h=308b9a5b57d6ed4996d9dc19d41738a028ae34e4;hb=17d913307e60d1c3e41d01d9a4be81892d610b3f;hp=792196a5b5b6c9f4bcd940d38812aaed22d61cee;hpb=f236c14dc5457a41119492ebce41b8920fd31f65;p=jansson.git diff --git a/test/testprogs/Makefile.am b/test/testprogs/Makefile.am index 792196a..308b9a5 100644 --- a/test/testprogs/Makefile.am +++ b/test/testprogs/Makefile.am @@ -1,7 +1,8 @@ -check_PROGRAMS = test_array test_dump test_simple test_number test_object +check_PROGRAMS = test_array test_dump test_load test_simple test_number test_object test_array_SOURCES = test_array.c util.h test_dump_SOURCES = test_dump.c util.h +test_load_SOURCES = test_load.c util.h test_simple_SOURCES = test_simple.c util.h test_number_SOURCES = test_number.c util.h test_object_SOURCES = test_object.c util.h