diff options
| author | Gavin Andresen <[email protected]> | 2013-02-22 11:41:23 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-02-22 11:41:23 -0500 |
| commit | 123acb9a1b7f710f0d5265fe2ba7939a1caec334 (patch) | |
| tree | bc583c088eb443ea2106dabeaf653f8a084887d4 /README.md | |
| parent | Merge pull request #2325 from mikehearn/shortenmsg (diff) | |
| download | discoin-123acb9a1b7f710f0d5265fe2ba7939a1caec334.tar.xz discoin-123acb9a1b7f710f0d5265fe2ba7939a1caec334.zip | |
Fix qt unit test build on OSX
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ Unit tests for the GUI code are in `src/qt/test/`. To compile and run them: qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro make -f Makefile.test - ./Bitcoin-Qt + ./bitcoin-qt_test Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be |