Fix testing setup

There were some problems with the existing testing setup:

 - Makefile rules for test-file compilation used CFLAGS instead of
   CXXFLAGS in makefile.unix
This commit is contained in:
Vegard Nossum
2011-07-31 20:00:38 +02:00
committed by Gavin Andresen
parent 02962ba848
commit e707d29dd6
7 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
#include <boost/test/unit_test.hpp>
#include "../uint256.h"
BOOST_AUTO_TEST_SUITE(uint256_tests)