diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 3 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 3 | ||||
-rw-r--r-- | tests/Config_Test.cpp | 1 | ||||
-rw-r--r-- | tests/Makefile.bor | 1 |
5 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 74d9cdce378..7ae13f806a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 18 12:49:53 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + * tests/Makefile.bor (TESTS): Added Config_Test so that this test + runs on Borland. + * tests: Moved the config_test stuff (which tests ACE_Configuration* classes) from the examples/Configuration/ directory to the tests/ directory and made it a one-button test. diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 74d9cdce378..7ae13f806a4 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,5 +1,8 @@ Thu Jan 18 12:49:53 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + * tests/Makefile.bor (TESTS): Added Config_Test so that this test + runs on Borland. + * tests: Moved the config_test stuff (which tests ACE_Configuration* classes) from the examples/Configuration/ directory to the tests/ directory and made it a one-button test. diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 74d9cdce378..7ae13f806a4 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,5 +1,8 @@ Thu Jan 18 12:49:53 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + * tests/Makefile.bor (TESTS): Added Config_Test so that this test + runs on Borland. + * tests: Moved the config_test stuff (which tests ACE_Configuration* classes) from the examples/Configuration/ directory to the tests/ directory and made it a one-button test. diff --git a/tests/Config_Test.cpp b/tests/Config_Test.cpp index a872da6a5a8..e0853545e5d 100644 --- a/tests/Config_Test.cpp +++ b/tests/Config_Test.cpp @@ -527,4 +527,3 @@ main (int, ACE_TCHAR *[]) ACE_END_TEST; return 0; } - diff --git a/tests/Makefile.bor b/tests/Makefile.bor index 0e945792a34..2438c59fcda 100644 --- a/tests/Makefile.bor +++ b/tests/Makefile.bor @@ -21,6 +21,7 @@ TESTS = \ CDR_Test \ Collection_Test \ Conn_Test \ + Config_Test \ DLL_Test \ DLList_Test \ Dynamic_Priority_Test \ |