From 242634b3fc2416e90e63d8fef575c42e016e32c8 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Wed, 30 Jul 2003 21:33:37 +0000 Subject: [PATCH] Added safe_bool_testable_test [SVN r19373] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index 921cf7f..1d9108b 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -24,6 +24,7 @@ test-suite utility [ compile-fail ../noncopyable_test.cpp ] [ run ../numeric_traits_test.cpp ] [ run ../operators_test.cpp ../../test/build/boost_test_exec_monitor ] + [ compile-fail ../safe_bool_testable_test.cpp ] [ run ../tie_example.cpp ] [ run ../binary_search_test.cpp ../../test/build/boost_test_exec_monitor ] [ run ../call_traits_test.cpp : -u ]