diff --git a/test/Makefile.am b/test/Makefile.am index 6465c8c..6ae5df0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,3 @@ SUBDIRS = bin -TESTS_ENVIRONMENT = $(SHELL) -TESTS=testCampaignAll +TESTS = testCampaignAll diff --git a/test/bin/Makefile.am b/test/bin/Makefile.am index fb539f7..968a409 100644 --- a/test/bin/Makefile.am +++ b/test/bin/Makefile.am @@ -29,4 +29,4 @@ postProcessingTest_SOURCES=$(top_srcdir)/test/src/postProcessingTest.c $(util_sr preProcessingTest_SOURCES=$(top_srcdir)/test/src/preProcessingTest.c $(util_src) LDADD= $(top_builddir)/src/libbcg729.la -AM_CCPFLAGS=-I$(top_srcdir)/include/ +AM_CPPFLAGS=-I$(top_srcdir)/include/ diff --git a/test/testCampaignAll b/test/testCampaignAll index 41bb5a4..5dc5ccb 100755 --- a/test/testCampaignAll +++ b/test/testCampaignAll @@ -29,3 +29,5 @@ fi # run all the tests ./testCampaign all + +exit 0