|
|
@@ -1,9 +1,10 @@
|
|
|
// Boost primary regression test configuration file
|
|
|
//
|
|
|
+// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
+//
|
|
|
// ChangeLog:
|
|
|
// 20 Jan 01 - Added iterator_traits_test.cpp (David Abrahams)
|
|
|
|
|
|
-run libs/utility/iterator_traits_test.cpp
|
|
|
compile libs/config/config_test.cpp
|
|
|
run libs/array/array1.cpp
|
|
|
compile libs/concept_check/concept_check_test.cpp
|
|
|
@@ -36,6 +37,7 @@ compile libs/timer/timer_test.cpp
|
|
|
compile libs/utility/call_traits_test.cpp
|
|
|
compile libs/utility/compressed_pair_test.cpp
|
|
|
run libs/utility/iterator_adaptor_test.cpp
|
|
|
+run libs/utility/iterator_traits_test.cpp
|
|
|
run libs/utility/iterators_test.cpp
|
|
|
run libs/utility/operators_test.cpp
|
|
|
run libs/utility/tie_example.cpp
|