Compile wxConfig unit tests as part of non-GUI test too
Almost none of the tests require GUI, so make it possible to run them without it, but still include the GUI tests when using GUI.
This commit is contained in:
parent
0c837e5310
commit
e667071416
10 changed files with 52 additions and 11 deletions
|
|
@ -38,6 +38,7 @@ TEST_OBJECTS = \
|
|||
$(OBJS)\test_arrays.o \
|
||||
$(OBJS)\test_base64.o \
|
||||
$(OBJS)\test_cmdlinetest.o \
|
||||
$(OBJS)\test_config.o \
|
||||
$(OBJS)\test_fileconf.o \
|
||||
$(OBJS)\test_regconf.o \
|
||||
$(OBJS)\test_datetimetest.o \
|
||||
|
|
@ -590,6 +591,9 @@ $(OBJS)\test_base64.o: ./base64/base64.cpp
|
|||
$(OBJS)\test_cmdlinetest.o: ./cmdline/cmdlinetest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_config.o: ./config/config.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_fileconf.o: ./config/fileconf.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue