Ignore:
Timestamp:
Sep 3, 2007, 12:46:37 AM (18 years ago)
Author:
bird
Message:

fixed the testcases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/testcase/Makefile.kmk

    r2967 r3584  
    2626
    2727# generate rules.
    28 DEPTH = ../..
    29 include $(PATH_KBUILD)/header.kmk
    30 
    31 DEFAULT_PASSES := $(filter-out PACKING, $(DEFAULT_PASSES))
     28DEPTH ?= ../../..
     29SUB_DEPTH = ../..
     30include $(PATH_KBUILD)/subheader.kmk
    3231
    3332
     
    7877 endif
    7978endif
    80 TEMPLATE_TST_INCS = . ..
     79TEMPLATE_TST_INCS := $(PATH_SUB_CURRENT) $(PATH_SUB_ROOT)/include
    8180
    8281
     
    129128 endif
    130129endif
    131 TEMPLATE_TSTBARE_INCS = . ..
     130TEMPLATE_TSTBARE_INCS := $(PATH_SUB_CURRENT) $(PATH_SUB_ROOT)/include
    132131
    133132TEMPLATE_TSTBAREPROG = Bare bone testcase program template
     
    274273else
    275274DLLS += tst-3
    276 LIBRARIES.win = tst-3-imp
    277 LIBRARIES.os2 = tst-3-imp
     275LIBRARIES.win += tst-3-imp
     276LIBRARIES.os2 += tst-3-imp
    278277endif
    279278
     
    299298
    300299# generate rules.
    301 include $(PATH_KBUILD)/footer.kmk
    302 
     300include $(PATH_KBUILD)/subfooter.kmk
     301
Note: See TracChangeset for help on using the changeset viewer.