Slight doc changes, new multi-machine build approach.

This commit is contained in:
David Brown 2016-06-20 18:36:44 +01:00
parent f050fc2fe4
commit 739a94313b
4 changed files with 43 additions and 3 deletions

View file

@ -364,7 +364,7 @@ confidence:
if [ "$(PLATFORM)" != "windows" ] ; then cd src/test/confidence/signal; ./test.sh "$(INSTALLDIR)"; fi
cd src/test/confidence/lola; ./test.sh "$(INSTALLDIR)"
cd src/test/confidence/arrayassignment; ./test.sh "$(INSTALLDIR)"
@printf "\n\n--- Confidence tests passed ---\n\n"
@printf "\n\n--- Branch $$(git rev-parse --abbrev-ref HEAD) $(OS) $(COMPILER) $(DATAMODEL) confidence tests passed ---\n\n"