From fc5237fb964c6ea4ebd8c57f210a4d116ac497b6 Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 9 Jul 2013 06:57:54 +0000 Subject: [PATCH] Fixed tests git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@674 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/test/Jamfile.jam | 10 +++++----- build/build.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/boost/test/Jamfile.jam b/build/boost/test/Jamfile.jam index 64ff10d..d18a150 100644 --- a/build/boost/test/Jamfile.jam +++ b/build/boost/test/Jamfile.jam @@ -12,11 +12,11 @@ project : requirements BOOST_AUTO_TEST_MAIN BOOST_ALL_NO_LIB ; rule run-test ( name ) { - run $(name).cpp /boost//unit_test_framework : : : : $(name) ; - run $(name).cpp /boost//unit_test_framework : : : MOCK_MAX_ARGS=21 : $(name)_max_args ; - run $(name).cpp /boost//unit_test_framework : : : MOCK_USE_CONVERSIONS : $(name)_use_conversions ; - run $(name).cpp /boost//unit_test_framework : : : MOCK_NO_DECLTYPE : $(name)_no_decltype ; - run $(name).cpp /boost//unit_test_framework : : : MOCK_NO_VARIADIC_MACROS : $(name)_no_variadic_macros ; + run $(name).cpp undefined.cpp /boost//unit_test_framework : : : : $(name) ; + run $(name).cpp undefined.cpp /boost//unit_test_framework : : : MOCK_MAX_ARGS=21 : $(name)_max_args ; + run $(name).cpp undefined.cpp /boost//unit_test_framework : : : MOCK_USE_CONVERSIONS : $(name)_use_conversions ; + run $(name).cpp undefined.cpp /boost//unit_test_framework : : : MOCK_NO_DECLTYPE : $(name)_no_decltype ; + run $(name).cpp undefined.cpp /boost//unit_test_framework : : : MOCK_NO_VARIADIC_MACROS : $(name)_no_variadic_macros ; } alias mock_tests : diff --git a/build/build.xml b/build/build.xml index 227ce30..531b53c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -231,7 +231,7 @@ - +