Skip to content

Commit

Permalink
Merge pull request #28 from bentley/master
Browse files Browse the repository at this point in the history
Remove outdated blackbox/scons references in the readme.
  • Loading branch information
Benjamin-Dobell committed Aug 24, 2015
2 parents a0def19 + 12a5e09 commit 4abdbb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 4abdbb6

Please sign in to comment.