Ignore:
Timestamp:
Jul 8, 2011, 10:42:53 AM (14 years ago)
Author:
bird
Message:

kmk: Implemented . Fixes #81.

File:
1 edited

Legend:

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

    r2450 r2462  
    585585        $(MAKE) -f $(kmk_DEFPATH)/testcase-includedep.kmk
    586586
     587test_root:
     588        $(MAKE) -f $(kmk_DEFPATH)/testcase-root.kmk
     589
    587590test_2ndtargetexp:
    588591        $(MAKE) -f $(kmk_DEFPATH)/testcase-2ndtargetexp.kmk
     
    606609
    607610
    608 test_all:       test_math test_stack test_shell test_if1of test_local test_includedep test_2ndtargetexp test_30_continued_on_failure test_lazy_deps_vars
    609 
    610 
     611test_all: \
     612        test_math \
     613        test_stack \
     614        test_shell \
     615        test_if1of \
     616        test_local \
     617        test_root \
     618        test_includedep \
     619        test_2ndtargetexp \
     620        test_30_continued_on_failure \
     621        test_lazy_deps_vars
     622
     623
Note: See TracChangeset for help on using the changeset viewer.