diff --git a/test/module/msvc_test.bat b/test/module/msvc_test.bat index 23220c25..d997020f 100644 --- a/test/module/msvc_test.bat +++ b/test/module/msvc_test.bat @@ -18,9 +18,10 @@ for %%f in (*.cpp) do ( time < nul -for %%f in (*.cpp) do ( - cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1 -) +rem uncomment this section to test/time non-module build: +rem for %%f in (*.cpp) do ( +rem cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1 +rem ) -time < nul +rem time < nul