diff --git a/test/Makefile.am b/test/Makefile.am index e468d22..86d1614 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = bin suites -EXTRA_DIST = scripts +EXTRA_DIST = scripts run-suites TESTS = run-suites TESTS_ENVIRONMENT = \ diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am index 772f75a..64523c0 100644 --- a/test/suites/api/Makefile.am +++ b/test/suites/api/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = run + check_PROGRAMS = \ test_array \ test_equal \