diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-10 17:02:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-10 17:02:03 -0400 |
commit | 110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b (patch) | |
tree | 01bccaaec7b9cd5b4c924bdf6ae3e5f3eff406e0 /test/UnitTests.cc | |
parent | 4f62bb17c1d6e88d903e1a20015b0f71d5f96cc4 (diff) | |
download | ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.tar.gz ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.tar.bz2 ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.zip |
Enabled use of pre-compiled headers by default
Diffstat (limited to 'test/UnitTests.cc')
-rw-r--r-- | test/UnitTests.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/UnitTests.cc b/test/UnitTests.cc index 16e7e520..2c5c0406 100644 --- a/test/UnitTests.cc +++ b/test/UnitTests.cc @@ -1,3 +1,5 @@ +#include <system.hh> + #include <cppunit/CompilerOutputter.h> #include <cppunit/TestResult.h> #include <cppunit/TestResultCollector.h> @@ -8,6 +10,7 @@ #include <cppunit/extensions/TestFactoryRegistry.h> #include "UnitTests.h" + #include "utils.h" // Create the CppUnit registry |