From 04e15e7814a10038c21bbbe3a51f30dae2c3e946 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 25 Dec 2014 17:10:46 +0000 Subject: [PATCH] trunk: fixes to syncing the eps files (this isn't finished, the jenkins svn plugin uses svn 1.7 grrrrrrr). --- config/Makefile.in | 1 + jenkins_build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/config/Makefile.in b/config/Makefile.in index 20dfddd6..1926a380 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -71,6 +71,7 @@ samples: config/config.mk cd samples && $(MAKE) $(MAKECMDGOALS) tests: + cd test && $(MAKE) teste && cd .. cd test && $(MAKE) test teste testx testv: diff --git a/jenkins_build.sh b/jenkins_build.sh index e6b9b7cc..6ee9a2e0 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -122,6 +122,7 @@ if [ -e config/config.mk ]; then mkdir bin fi make distclean + if [ -e test/data/eps ]; then rm -rf test/data/eps ; fi fi ##