diff carfac/carfac_test.h @ 630:6a13139d4b71

Fix scons build of library and test. Deleted main.cc since libgtest comes with a corresponding main library. Everything compiles and the tests run on Ubuntu, but the tests all fail.
author ronw@google.com
date Thu, 23 May 2013 18:12:22 +0000
parents 586b0677aae8
children
line wrap: on
line diff
--- a/carfac/carfac_test.h	Thu May 23 17:25:15 2013 +0000
+++ b/carfac/carfac_test.h	Thu May 23 18:12:22 2013 +0000
@@ -35,6 +35,6 @@
 // when trying to build on a different system.
 #define TEST_SRC_DIR "/Users/alexbrandmeyer/aimc/carfac/test_data/"
 // Here we specify the level to which the output should match (10 decimals).
-#define PRECISION_LEVEL 10.0e-11
+#define PRECISION_LEVEL 1.0e-10
 
 #endif /* defined(__CARFAC_Open_Source_C___Library__carfac_test__) */