diff --git a/.gitmodules b/.gitmodules
index da573fc994..6ba013ad07 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -82,3 +82,7 @@
path = libs/python
url = ../python.git
fetchRecurseSubmodules = on-demand
+[submodule "test"]
+ path = libs/test
+ url = ../test.git
+ fetchRecurseSubmodules = on-demand
diff --git a/index.htm b/index.htm
index 8133c23503..3a1121f1d1 100644
--- a/index.htm
+++ b/index.htm
@@ -57,10 +57,12 @@ with any concerns you don't want to just post to the mailing list.
Iterator Adaptor Library
added. Adapt a base type into a standard conforming iterator, and more, from
Dave Abrahams, Jeremy Siek, and John Potter.
+ Test Library added. Support
+ for program testing and execution from Beman Dawes.
Generic Programming Techniques
page added, contributed by Dave Abrahams.
Regular Expression Library: minor
- fixes for Unicode platforms..
+ fixes for Unicode platforms.
February 10, 2001 - Version 1.20.2
@@ -157,7 +159,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
"utility" sub-directory.
-Revised 16 February 2001
+Revised 28 February 2001
@@ -69,7 +69,7 @@ content="text/html; charset=iso-8859-1">
property map
- Concepts defining interfaces which map key objects to
value objects from Jeremy Siek.
- python - reflects C++
+ python - Reflects C++
classes and functions into Python, from Dave
Abrahams.
@@ -82,8 +82,10 @@ content="text/html; charset=iso-8859-1">
smart_ptr - Four smart
pointer classes from Greg Colvin and Beman Dawes.
static_assert
- - static assertions (compile time assertions) from John
+ - Static assertions (compile time assertions) from John
Maddock.
+ test - Support for program testing and
+ execution from Beman Dawes.
timer - Event timer,
progress timer, and progress display classes from Beman
Dawes.
@@ -181,8 +183,7 @@ compilers.
-Revised 17 Feb 2001
+Revised 28 Feb 2001