commit | c8823bce34f9075ac606785c435877ab2fb87e24 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 19:33:33 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 23:21:54 2014 -0800 |
tree | 8d6c79516677ba83b4e3af36741356d3d95ee11e | |
parent | e2dcdfd5ce01062a16c991d2492955dd079ae859 [diff] [blame] |
face: Refactored code to set interest filter Change-Id: I1f9637a79c03a9e24608403d963bbfc4d9bcab1c
diff --git a/tests/wscript b/tests/wscript index 4fbfb4a..8a5de6e 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -21,5 +21,5 @@ unittests.source += bld.path.ant_glob('**/*-sqlite3.cpp') if bld.env['WITH_PCH']: - unittests.pch = "../src/common.hpp" + unittests.pch = "test-all.hpp"