|
|
@@ -3,6 +3,7 @@
|
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
//
|
|
|
// ChangeLog:
|
|
|
+// 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)
|
|
|
// 21 Jan 01 - Added numeric_traits_test.cpp (David Abrahams)
|
|
|
@@ -22,6 +23,7 @@ run libs/integer/cstdint_test.cpp
|
|
|
run libs/integer/integer_test.cpp
|
|
|
run libs/integer/integer_traits_test.cpp
|
|
|
run libs/rational/rational_example.cpp
|
|
|
+run libs/rational/rational_test.cpp
|
|
|
run libs/random/random_test.cpp
|
|
|
run libs/random/random_demo.cpp
|
|
|
run libs/regex/demo/regress/regex_test.cpp %boost/libs/regex/demo/regress/tests.txt
|