|
|
@@ -3,6 +3,7 @@
|
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
//
|
|
|
// ChangeLog:
|
|
|
+// 08 Mar 01 - Added indirect_iterator_test.cpp and transform_iterator_test.cpp (Jeremy Siek)
|
|
|
// 05 Feb 01 - Added rational_test.cpp (provided by Paul Moore)
|
|
|
// 24 Jan 01 - Added counting_iterator_test.cpp (David Abrahams)
|
|
|
// 22 Jan 01 - Added iter_adaptor_fail_expected1-3.cpp (Jeremy Siek)
|
|
|
@@ -54,6 +55,8 @@ run libs/utility/call_traits_test.cpp -u
|
|
|
run libs/utility/compressed_pair_test.cpp -u
|
|
|
run libs/utility/counting_iterator_test.cpp
|
|
|
run libs/utility/iterator_adaptor_test.cpp
|
|
|
+run libs/utility/transform_iterator_test.cpp
|
|
|
+run libs/utility/indirect_iterator_test.cpp
|
|
|
run libs/utility/iter_traits_gen_test.cpp
|
|
|
compile-fail libs/utility/iter_adaptor_fail_expected1.cpp
|
|
|
compile-fail libs/utility/iter_adaptor_fail_expected2.cpp
|