Move dir tests from the console sample to DirTestCase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,6 +53,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_stopwatch.obj \
|
||||
$(OBJS)\test_timertest.obj \
|
||||
$(OBJS)\test_exec.obj \
|
||||
$(OBJS)\test_dir.obj \
|
||||
$(OBJS)\test_filefn.obj \
|
||||
$(OBJS)\test_filetest.obj \
|
||||
$(OBJS)\test_filekind.obj \
|
||||
@@ -452,6 +453,9 @@ $(OBJS)\test_timertest.obj: .\events\timertest.cpp
|
||||
$(OBJS)\test_exec.obj: .\exec\exec.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\exec\exec.cpp
|
||||
|
||||
$(OBJS)\test_dir.obj: .\file\dir.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\file\dir.cpp
|
||||
|
||||
$(OBJS)\test_filefn.obj: .\file\filefn.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\file\filefn.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user