From 836d7652430f6bd596f1df8bde67dbd8f973ebd9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 4 Nov 2012 12:14:22 +0000 Subject: [PATCH] Fix Jamfile SNAFU. [SVN r81170] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5178e124..8b3328d5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -820,7 +820,7 @@ run ../example/tommath_snips.cpp $(TOMMATH) : # requirements [ check-target-builds ../config//has_tommath : : no ] ; run ../example/floating_point_examples.cpp : : : gcc:-std=c++0x ; -run test_cpp_int_conv.cpp; +run test_cpp_int_conv.cpp ; run test_mixed_cpp_int.cpp ; run test_mixed_float.cpp