Changeset 1419 in kBuild
- Timestamp:
- Mar 19, 2008 5:41:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r1409 r1419 435 435 $(MAKE) -f testcase-local.kmk 436 436 437 test_all: test_math test_stack test_shell test_if1of test_local 438 437 test_30_continued_on_failure_worker: 438 this_executable_does_not_exist.exe 439 echo "We shouldn't see this..." 440 441 test_30_continued_on_failure: 442 $(MAKE) -f $(MAKEFILE) test_30_continued_on_failure_worker; \ 443 if test $$? -ne 1; then \ 444 echo "$@: FAILED - exit code $$? instead of 1."; \ 445 exit 1; \ 446 fi 447 448 449 test_all: test_math test_stack test_shell test_if1of test_local test_30_continued_on_failure 450
Note:
See TracChangeset
for help on using the changeset viewer.