plustest_name = regress

all : .symbolic test

!include environ.mif

./chktest.exe : $(watcom_dir)/c/chktest.c
    $(bld_cl) $< $(wcl_util_opts)

test : .symbolic ./chktest.exe
    @cdsay >> $(log_file)
    $]@ $(log_file)
    @%make global
    %append $(log_file) TEST
    %append $(log_file) PASS $(%__CWD__)

del_log : .symbolic
    @if exist $(log_file) rm -f $(log_file)

global : .symbolic
    @%make common_clean
