Browse Source

Fix Makefile to be able to run automated tests

pull/1/head
Johan Pascal 12 years ago
parent
commit
d470b0bb14
3 changed files with 4 additions and 3 deletions
  1. +1
    -2
      test/Makefile.am
  2. +1
    -1
      test/bin/Makefile.am
  3. +2
    -0
      test/testCampaignAll

+ 1
- 2
test/Makefile.am View File

@ -1,4 +1,3 @@
SUBDIRS = bin
TESTS_ENVIRONMENT = $(SHELL)
TESTS=testCampaignAll
TESTS = testCampaignAll

+ 1
- 1
test/bin/Makefile.am View File

@ -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/

+ 2
- 0
test/testCampaignAll View File

@ -29,3 +29,5 @@ fi
# run all the tests
./testCampaign all
exit 0

Loading…
Cancel
Save