Remove outdated blackbox/scons references in the readme.

This commit is contained in:
Anthony J. Bentley 2015-08-23 23:12:27 -06:00
parent a0def19ddb
commit 12a5e09864

View File

@ -43,9 +43,3 @@ To profile the code (very useful to optimize the code):
1. Install Valgrind
2. Run `valgrind --tool=callgrind build/zxing - path/to/test/data/*.jpg > report.html`
3. Analyze output using KCachegrind
To run the black box tests and check for changes:
1. Build `zxing-img`, e.g., scons zxing
2. Run the tests: `bash blackboxtest.sh 2>&1 | tee bb.results`
3. Diff them with the known results: `diff bb.results blackboxtest.results`