X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/c7660385e5c91c48db526fabd9c7761c882b96aa..ae5cf9ed24d380cdc8c33239d92bb330438aefaa:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 6a85bae..258d84a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ libmain_a_SOURCES = src/cdecl99.c src/options.h $(libmain_a_OBJECTS): $(gnulib_headers) $(libmain_a_OBJECTS): src/options.h -check_PROGRAMS = test/crossparse test/normalize test/randomdecl +check_PROGRAMS = test/crossparse test/normalize test/randomdecl test/rng-test check_LIBRARIES = libtest.a libtest_a_SOURCES = test/testlib.c test/rng.c common/src/help.c $(libtest_a_OBJECTS): $(gnulib_headers) @@ -95,6 +95,10 @@ $(test_crossparse_OBJECTS): $(gnulib_headers) test_normalize_LDADD = src/output.lo src/normalize.lo $(TEST_LIBS) $(test_normalize_OBJECTS): $(gnulib_headers) +test_rng_test_LDADD = $(TEST_LIBS) +$(test_rng_test_OBJECTS): $(gnulib_headers) +EXTRA_DIST += test/xos256p.c + src/parse.lo: src/scan.h src/scan.lo: src/parse.h src/parse-decl.lo: src/scan.h src/parse.h src/typemap.h