From d4461c71227dd6daf710bf439c8767984634d244 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Sun, 12 Mar 2017 13:56:58 -0400 Subject: [PATCH] Trying again with a mats/Mf-base that has a reduced list of tests. original commit: 3beb71c45fc331198c6cd4c58f980425418910b1 --- .travis.yml | 2 +- mats/Mf-base | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afe77d78c7..2bcc8ceb0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: - if [[ "$TARGET_MACHINE" == "i3le" || "$TARGET_MACHINE" == "ti3le" ]] ; then sudo apt-get update -y ; fi - if [[ "$TARGET_MACHINE" == "i3le" || "$TARGET_MACHINE" == "ti3le" ]] ; then sudo apt-get install -y ia32-libs lib32z1 lib32ncurses5 lib32bz2-1.0 ; fi script: - - ./configure -m=$TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting ' + - ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting ' diff --git a/mats/Mf-base b/mats/Mf-base index 3a74048221..0353c41320 100644 --- a/mats/Mf-base +++ b/mats/Mf-base @@ -203,6 +203,14 @@ fastreport: $(MAKE) doerrors $(MAKE) doreport +partialx: + $(MAKE) allxhelp o=0 + $(MAKE) allxhelp o=3 + $(MAKE) allxhelp o=0 cp0=t + $(MAKE) allxhelp o=3 cp0=t + $(MAKE) allxhelp o=0 spi=t rmg=2 p=t + $(MAKE) allxhelp o=3 eval=interpret cp0=t rmg=2 + allx: prettyclean $(MAKE) allxhelp o=0 $(MAKE) allxhelp o=3