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:
		| @@ -135,14 +135,14 @@ test-binaries: $(TEST_BINARIES) | ||||
|  | ||||
| test-run: | ||||
| 	cd $(OBJ) | ||||
| 	test-bidi.exe | ||||
| 	test-map.exe | ||||
| 	test-rw.exe | ||||
| 	test-normalize.exe $(SRCDIR)\NormalizationTest.txt | ||||
| 	test-prohibited.exe | ||||
| 	test-punycode.exe | ||||
| 	test-ldap.exe | ||||
| 	test-utf8.exe | ||||
| 	-test-bidi.exe | ||||
| 	-test-map.exe | ||||
| 	-test-rw.exe | ||||
| 	-test-normalize.exe $(SRCDIR)\NormalizationTest.txt | ||||
| 	-test-prohibited.exe | ||||
| 	-test-punycode.exe | ||||
| 	-test-ldap.exe | ||||
| 	-test-utf8.exe | ||||
| 	cd $(SRCDIR) | ||||
|  | ||||
| all:: $(INCFILES) $(LIBWIND) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeffrey Altman
					Jeffrey Altman