X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8076df5d81549d5afe7afe392e3b531964e33d47..3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 151f5f18e8..92c2b269a2 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -42,6 +42,7 @@ TEST_OBJECTS = \ $(OBJS)\test_evthandler.obj \ $(OBJS)\test_timertest.obj \ $(OBJS)\test_exec.obj \ + $(OBJS)\test_filetest.obj \ $(OBJS)\test_filekind.obj \ $(OBJS)\test_filenametest.obj \ $(OBJS)\test_filesystest.obj \ @@ -493,6 +494,9 @@ $(OBJS)\test_timertest.obj: .\events\timertest.cpp $(OBJS)\test_exec.obj: .\exec\exec.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\exec\exec.cpp +$(OBJS)\test_filetest.obj: .\file\filetest.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\file\filetest.cpp + $(OBJS)\test_filekind.obj: .\filekind\filekind.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\filekind\filekind.cpp