Move wxRegConfig tests from console sample to a new wxRegConfigTestCase class.
Remove wxRegKey tests from console sample: on newer Windows they only work when run with admin privileges; also we can expect wx[Reg]ConfigTestCase to already check a good number of wxRegKey features. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,6 +46,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_base64.obj \
|
||||
$(OBJS)\test_cmdlinetest.obj \
|
||||
$(OBJS)\test_fileconf.obj \
|
||||
$(OBJS)\test_regconf.obj \
|
||||
$(OBJS)\test_datetimetest.obj \
|
||||
$(OBJS)\test_evthandler.obj \
|
||||
$(OBJS)\test_evtsource.obj \
|
||||
@@ -424,6 +425,9 @@ $(OBJS)\test_cmdlinetest.obj: .\cmdline\cmdlinetest.cpp
|
||||
$(OBJS)\test_fileconf.obj: .\config\fileconf.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\config\fileconf.cpp
|
||||
|
||||
$(OBJS)\test_regconf.obj: .\config\regconf.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\config\regconf.cpp
|
||||
|
||||
$(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\datetime\datetimetest.cpp
|
||||
|
||||
|
Reference in New Issue
Block a user