|
|
@@ -3,6 +3,7 @@
|
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
//
|
|
|
// ChangeLog:
|
|
|
+// 05 Sep 01 - Added bind/mem_fn (Peter Dimov)
|
|
|
// 22 Jun 01 - Added quaternion, octionion, special functions (Jens Maurer)
|
|
|
// 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)
|
|
|
@@ -15,6 +16,8 @@ run libs/config/config_test.cpp
|
|
|
run libs/config/limits_test.cpp
|
|
|
run libs/any/any_test.cpp
|
|
|
run libs/array/array1.cpp
|
|
|
+run libs/bind/bind_test.cpp
|
|
|
+run libs/bind/mem_fn_test.cpp
|
|
|
compile libs/concept_check/concept_check_test.cpp
|
|
|
compile libs/concept_check/class_concept_check_test.cpp
|
|
|
link-fail libs/concept_check/concept_check_fail_expected.cpp
|