moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFile to appropriate CppUnit test suites;
removed wxFile and wxTextFile tests (complete testsuites already exist for them) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64583 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_filefn.obj \
|
||||
$(OBJS)\test_filetest.obj \
|
||||
$(OBJS)\test_filekind.obj \
|
||||
$(OBJS)\test_filenametest.obj \
|
||||
@@ -67,6 +68,8 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_longlongtest.obj \
|
||||
$(OBJS)\test_convautotest.obj \
|
||||
$(OBJS)\test_mbconvtest.obj \
|
||||
$(OBJS)\test_dynamiclib.obj \
|
||||
$(OBJS)\test_environ.obj \
|
||||
$(OBJS)\test_misctests.obj \
|
||||
$(OBJS)\test_module.obj \
|
||||
$(OBJS)\test_pathlist.obj \
|
||||
@@ -448,6 +451,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_filefn.obj: .\file\filefn.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\file\filefn.cpp
|
||||
|
||||
$(OBJS)\test_filetest.obj: .\file\filetest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\file\filetest.cpp
|
||||
|
||||
@@ -490,6 +496,12 @@ $(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp
|
||||
$(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\mbconv\mbconvtest.cpp
|
||||
|
||||
$(OBJS)\test_dynamiclib.obj: .\misc\dynamiclib.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\misc\dynamiclib.cpp
|
||||
|
||||
$(OBJS)\test_environ.obj: .\misc\environ.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\misc\environ.cpp
|
||||
|
||||
$(OBJS)\test_misctests.obj: .\misc\misctests.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\misc\misctests.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user