tests on Windows
Modify the NTMakefile rules for tests so that a failed test does not prevent subsequent tests from being executed. Change-Id: I9595ad4a1527feae7c402241bf06ab21a0b76d4a
This commit is contained in:
@@ -75,7 +75,7 @@ test-binaries: $(OBJ)\test_ntlm.exe
|
||||
|
||||
test-run:
|
||||
cd $(OBJ)
|
||||
test_ntlm.exe
|
||||
-test_ntlm.exe
|
||||
cd $(SRCDIR)
|
||||
|
||||
$(OBJ)\test_ntlm.exe: $(OBJ)\test_ntlm.obj $(LIBHEIMNTLM) $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
||||
|
Reference in New Issue
Block a user