make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,6 +48,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_datetimetest.obj \
|
||||
$(OBJS)\test_evthandler.obj \
|
||||
$(OBJS)\test_timertest.obj \
|
||||
$(OBJS)\test_exec.obj \
|
||||
$(OBJS)\test_filekind.obj \
|
||||
$(OBJS)\test_filenametest.obj \
|
||||
$(OBJS)\test_filesystest.obj \
|
||||
@@ -430,6 +431,9 @@ $(OBJS)\test_evthandler.obj: .\events\evthandler.cpp
|
||||
$(OBJS)\test_timertest.obj: .\events\timertest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\events\timertest.cpp
|
||||
|
||||
$(OBJS)\test_exec.obj: .\exec\exec.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\exec\exec.cpp
|
||||
|
||||
$(OBJS)\test_filekind.obj: .\filekind\filekind.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\filekind\filekind.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user