aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2013-05-27 19:55:01 -0400
committerCory Fields <[email protected]>2013-09-05 21:31:03 -0400
commit35b8af92265ed74de63c3818e5290c27b3f35df2 (patch)
tree7cd074e2ba31ca9346d69922e312ebd3e7298711 /README.md
parentMerge pull request #2944 from gavinandresen/acceptheader (diff)
downloaddiscoin-35b8af92265ed74de63c3818e5290c27b3f35df2.tar.xz
discoin-35b8af92265ed74de63c3818e5290c27b3f35df2.zip
autotools: switch to autotools buildsystem
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5453f998d..0ac322232 100644
--- a/README.md
+++ b/README.md
@@ -58,15 +58,8 @@ lots of money.
Developers are strongly encouraged to write unit tests for new code, and to
submit new unit tests for old code.
-Unit tests for the core code are in `src/test/`. To compile and run them:
-
- cd src; make -f makefile.unix test
-
-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_test
+Unit tests can be compiled and run (assuming they weren't disabled in configure) with:
+ make check
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