From d470b0bb1426a6ed5379c4a1179280b510720ba3 Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Fri, 29 Aug 2014 16:18:16 +0200 Subject: [PATCH] Fix Makefile to be able to run automated tests --- test/Makefile.am | 3 +-- test/bin/Makefile.am | 2 +- test/testCampaignAll | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) 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