File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,20 @@ cmake --build . --config %BUILD_TYPE% --target nix
74
74
75
75
IF %ERRORLEVEL% == 1 (EXIT /b)
76
76
77
+ ECHO --------------------------------------------------------------------------
78
+ ECHO Building nix testrunner ...
79
+ ECHO --------------------------------------------------------------------------
80
+ cmake --build . --config %BUILD_TYPE% --target testrunner
81
+
82
+ IF %ERRORLEVEL% == 1 (EXIT /b)
83
+
77
84
ECHO --------------------------------------------------------------------------
78
85
ECHO Testing nix ...
79
86
ECHO --------------------------------------------------------------------------
80
87
%NIX_BUILD_DIR% \TestRunner.exe
81
88
89
+ IF %ERRORLEVEL% == 1 (EXIT /b)
90
+
82
91
REM nix-mx requires nixversion file in ../nix/include/nix
83
92
IF EXIST %NIX_ROOT% \build\include\nix\nixversion.hpp (
84
93
COPY %NIX_ROOT% \build\include\nix\nixversion.hpp %NIX_ROOT% \include\nix\
You can’t perform that action at this time.
0 commit comments