expand CI jobs for more coverage

This commit is contained in:
James E. King III
2018-10-15 00:53:50 +00:00
parent 0ee9299e5e
commit 453860ff9c
2 changed files with 69 additions and 72 deletions

View File

@@ -10,7 +10,8 @@
import testing ;
run function_test.cpp ;
run function_test.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : function_test_no_rtti ;
# /usr/include/c++/4.4/bits/shared_ptr.h:146: error: cannot use typeid with -fno-rtti
run function_test.cpp : : : <rtti>off <toolset>gcc-4.4,<cxxstd>0x:<build>no : function_test_no_rtti ;
run function_n_test.cpp ;
run allocator_test.cpp ;
run stateless_test.cpp ;