built and started to test test_context()
This commit is contained in:
17
test/mkfile
17
test/mkfile
@@ -17,8 +17,21 @@
|
||||
|
||||
</$objtype/mkfile
|
||||
|
||||
HFILES=../9unit.h util.h initial-state.h run-test.h append-test-log.h
|
||||
OFILES=util.$O initial-state.$O run-test.$O append-test-log.$O
|
||||
HFILES=\
|
||||
../9unit.h\
|
||||
util.h\
|
||||
initial-state.h\
|
||||
run-test.h\
|
||||
append-test-log.h\
|
||||
test-context.h
|
||||
|
||||
OFILES=\
|
||||
util.$O\
|
||||
initial-state.$O\
|
||||
run-test.$O\
|
||||
append-test-log.$O\
|
||||
test-context.$O
|
||||
|
||||
LIB=../9unit.a
|
||||
TEST=tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user