VirtualBox

Changeset 1419 in kBuild


Ignore:
Timestamp:
Mar 19, 2008 5:41:07 PM (17 years ago)
Author:
bird
Message:

added a testcase for ticket #30.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/Makefile.kmk

    r1409 r1419  
    435435        $(MAKE) -f testcase-local.kmk
    436436
    437 test_all:       test_math test_stack test_shell test_if1of test_local
    438 
     437test_30_continued_on_failure_worker:
     438        this_executable_does_not_exist.exe
     439        echo "We shouldn't see this..."
     440
     441test_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
     449test_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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette