diff --git a/Makefile b/Makefile index a5238a9..0bac56c 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,8 @@ PART:= cprogs SUBPART:= everything RUNTYPE:=serial # can be richtests, catstests, regresstests (see src/input/Makefile) -TESTSET:=alltests +# alltests +TESTSET:=regresstests BUILD:=full diff --git a/Makefile.pamphlet b/Makefile.pamphlet index fad55c8..e1c3bba 100644 --- a/Makefile.pamphlet +++ b/Makefile.pamphlet @@ -441,7 +441,8 @@ PART:= cprogs SUBPART:= everything RUNTYPE:=serial # can be richtests, catstests, regresstests (see src/input/Makefile) -TESTSET:=alltests +# alltests +TESTSET:=regresstests BUILD:=full @ diff --git a/changelog b/changelog index 88932ca..279b842 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20131129 tpd src/axiom-website/patches.html 20131129.01.tpd.patch +20131129 tpd Makefile change TESTSET default to regresstests 20131120 fxs src/axiom-website/patches.html 20131120.01.fxs.patch 20131120 fxs zips/axiom.vim.tgz vim syntax file added 20131116 tpd src/axiom-website/patches.html 20131116.01.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index c387f90..330b1b9 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -4266,6 +4266,8 @@ src/interp/Makefile typo fix, bookvol5 enlarge memory books/tangle.lisp make gcl code read-time conditional 20131120.01.fxs.patch zips/axiom.vim.tgz vim syntax file added +20131129.01.tpd.patch +Makefile change TESTSET default to regresstests