move code testing wxThread classes from the console sample to a new CppUnit test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_zlibstream.obj \
|
||||
$(OBJS)\test_textfiletest.obj \
|
||||
$(OBJS)\test_atomic.obj \
|
||||
$(OBJS)\test_misc.obj \
|
||||
$(OBJS)\test_queue.obj \
|
||||
$(OBJS)\test_tls.obj \
|
||||
$(OBJS)\test_uris.obj \
|
||||
@@ -574,6 +575,9 @@ $(OBJS)\test_textfiletest.obj: .\textfile\textfiletest.cpp
|
||||
$(OBJS)\test_atomic.obj: .\thread\atomic.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\thread\atomic.cpp
|
||||
|
||||
$(OBJS)\test_misc.obj: .\thread\misc.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\thread\misc.cpp
|
||||
|
||||
$(OBJS)\test_queue.obj: .\thread\queue.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\thread\queue.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user