diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 21:34:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 21:34:04 +0000 |
commit | f88cded0f2e754fe0acda54d0b8e0483f2ec723b (patch) | |
tree | 574c54a3e9060f6248d4152c136f12b622e456cb /tests/Makefile | |
parent | a964bcb593a5002c96ebb70f36be7ea5457fe701 (diff) | |
download | ATCD-f88cded0f2e754fe0acda54d0b8e0483f2ec723b.tar.gz |
ChangeLogTag: Tue Dec 28 15:32:55 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile index 2b7738c43b7..9e3fae7a281 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,14 +11,14 @@ BIN = Aio_Platform_Test \ Atomic_Op_Test \ - Auto_IncDec_Test \ + Auto_IncDec_Test \ Barrier_Test \ Basic_Types_Test \ Buffer_Stream_Test \ Cache_Map_Manager_Test \ Cached_Accept_Conn_Test \ Cached_Conn_Test \ - Capabilities_Test \ + Capabilities_Test \ CDR_File_Test \ CDR_Test \ Collection_Test \ @@ -36,7 +36,7 @@ BIN = Aio_Platform_Test \ Hash_Map_Bucket_Iterator_Test \ IOStream_Test \ Lazy_Map_Manager_Test \ - Log_Msg_Test \ + Log_Msg_Test \ Malloc_Test \ Map_Test \ Map_Manager_Test \ @@ -69,7 +69,7 @@ BIN = Aio_Platform_Test \ Reverse_Lock_Test \ Semaphore_Test \ Service_Config_Test \ - Signal_Test \ + Signal_Test \ Sigset_Ops_Test \ Simple_Message_Block_Test \ SOCK_Test \ @@ -135,7 +135,9 @@ ifndef SOEXT endif ifdef shared_libs ifndef VXWORKS - BUILD += libDLL_Test.$(SOEXT) + #### Build libDLL_Test first, so that it doesn't see the + #### template instantiations from all of the tests. + BUILD := libDLL_Test.$(SOEXT) $(BUILD) endif # ! VXWORKS endif # shared_libs |