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 ##