|
|
@@ -3,6 +3,7 @@
|
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
//
|
|
|
// ChangeLog:
|
|
|
+// 21 Jan 01 - Added numeric_traits_test.cpp (David Abrahams)
|
|
|
// 20 Jan 01 - Added iterator_traits_test.cpp (David Abrahams)
|
|
|
|
|
|
compile libs/config/config_test.cpp
|
|
|
@@ -42,6 +43,7 @@ compile-fail libs/utility/iter_adaptor_fail_expected2.cpp
|
|
|
compile-fail libs/utility/iter_adaptor_fail_expected3.cpp
|
|
|
run libs/utility/iterator_traits_test.cpp
|
|
|
run libs/utility/iterators_test.cpp
|
|
|
+run libs/utility/numeric_traits_test.cpp
|
|
|
run libs/utility/operators_test.cpp
|
|
|
run libs/utility/tie_example.cpp
|
|
|
compile libs/utility/type_traits_test.cpp
|