diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 07:58:07 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 07:58:07 +0000 |
commit | ae860fd8b9246f5f6488925b8969e0140b06abcb (patch) | |
tree | 5d7d0e614aeff56dd5ffe6ad43b1f84e5ba3b22d /tests | |
parent | af01b58013bfddf9c317e840322d57b8c7de478b (diff) | |
download | ATCD-ae860fd8b9246f5f6488925b8969e0140b06abcb.tar.gz |
ChangeLogTag:Wed Nov 12 07:40:27 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests index a99414bcc5c..0ef4a9a6354 100644 --- a/tests/Makefile.tests +++ b/tests/Makefile.tests @@ -197,6 +197,12 @@ ifeq ($(shared_libs),1) # a shared library. BIN += Service_Config_Test BIN += Framework_Component_Test +else + #### Ensure that these tests get cleaned up, even if the ace + #### directory was realcleaned first (and ACE_BUILD_COMPONENTS + #### is empty). + BIN2 += Service_Config_Test + BIN2 += Framework_Component_Test endif # shared_libs include $(ACE_ROOT)/include/makeinclude/rules.common.GNU |