Builds/test-only.sh will build and test by scons target.

* test-all.sh simplified to call test-only.sh.
* Script fails if build or tests fail. Allows chaining and git bisect run.
* Add copyright notice
* Ignore gprof performance data created by testing the profile builds.
This commit is contained in:
Edward Hennis
2015-02-27 16:43:41 -05:00
committed by Tom Ritchford
parent df41329df9
commit b688f69031
3 changed files with 93 additions and 32 deletions

5
.gitignore vendored
View File

@@ -75,4 +75,7 @@ My Amplifier XE Results - RippleD
/out.txt
# Build Log
rippled-build.log
rippled-build.log
# Profiling data
gmon.out