|
@@ -3,6 +3,7 @@
|
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
// Please keep the entries ordered alphabetically by the test's file name.
|
|
|
//
|
|
//
|
|
|
// ChangeLog:
|
|
// ChangeLog:
|
|
|
|
|
+// 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)
|
|
// 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)
|
|
// 05 Feb 01 - Added rational_test.cpp (provided by Paul Moore)
|
|
|
// 24 Jan 01 - Added counting_iterator_test.cpp (David Abrahams)
|
|
// 24 Jan 01 - Added counting_iterator_test.cpp (David Abrahams)
|
|
@@ -26,6 +27,9 @@ run libs/graph/test/graph.cpp
|
|
|
run libs/integer/cstdint_test.cpp
|
|
run libs/integer/cstdint_test.cpp
|
|
|
run libs/integer/integer_test.cpp
|
|
run libs/integer/integer_test.cpp
|
|
|
run libs/integer/integer_traits_test.cpp
|
|
run libs/integer/integer_traits_test.cpp
|
|
|
|
|
+run libs/math/octonion/octonion_test.cpp
|
|
|
|
|
+run libs/math/quaternion/quaternion_test.cpp
|
|
|
|
|
+run libs/math/special_functions/special_functions_test.cpp
|
|
|
run libs/pool/test/test_pool_alloc.cpp
|
|
run libs/pool/test/test_pool_alloc.cpp
|
|
|
run libs/rational/rational_example.cpp
|
|
run libs/rational/rational_example.cpp
|
|
|
run libs/rational/rational_test.cpp
|
|
run libs/rational/rational_test.cpp
|