Changeset 1694 for trunk/src/kmk


Ignore:
Timestamp:
Aug 31, 2008, 9:48:24 PM (17 years ago)
Author:
bird
Message:

kmk: testcase for includedep.

Location:
trunk/src/kmk
Files:
2 added
1 edited

Legend:

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

    r1673 r1694  
    473473        $(MAKE) -f $(kmk_PATH)/testcase-local.kmk
    474474
     475test_includedep:
     476        $(MAKE) -f $(kmk_PATH)/testcase-includedep.kmk
     477
    475478test_30_continued_on_failure_worker:
    476479        this_executable_does_not_exist.exe
     
    488491
    489492
    490 test_all:       test_math test_stack test_shell test_if1of test_local test_30_continued_on_failure
    491 
     493test_all:       test_math test_stack test_shell test_if1of test_local test_includedep test_30_continued_on_failure
     494
Note: See TracChangeset for help on using the changeset viewer.