Browse Source

fix make distcheck

pull/1/head
Simon Morlat 11 years ago
parent
commit
6f4e6aab6b
2 changed files with 13 additions and 3 deletions
  1. +12
    -2
      test/Makefile.am
  2. +1
    -1
      test/testCampaignAll

+ 12
- 2
test/Makefile.am View File

@ -1,5 +1,15 @@
SUBDIRS = bin
TESTS = testCampaignAll
testCampaignAll-exec: $(srcdir)/testCampaignAll $(srcdir)/testCampaign
cp -f $(srcdir)/testCampaignAll testCampaignAll-exec
cp -f $(srcdir)/testCampaign testCampaign-exec
EXTRA_DIST=testCampaignAll
TESTS = testCampaignAll-exec
EXTRA_DIST=testCampaignAll testCampaign
CLEANFILES=testCampaignAll-exec testCampaign-exec
clean-local:
rm -rf patterns

+ 1
- 1
test/testCampaignAll View File

@ -29,4 +29,4 @@ if [ ! -d "patterns" ]; then
fi
# run all the tests
./testCampaign all
./testCampaign-exec all

Loading…
Cancel
Save