From 35b8af92265ed74de63c3818e5290c27b3f35df2 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Mon, 27 May 2013 19:55:01 -0400 Subject: autotools: switch to autotools buildsystem --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5453f998dc..0ac3222328 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 -- cgit v1.2.3