mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libthread: fix test deps, cleanup in mkfile
This commit is contained in:
parent
4698bde236
commit
f6c9f7b14c
1 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,8 @@ tspawn: test/tspawn.$O
|
|||
tspawnloop: test/tspawnloop.$O
|
||||
9l -o $target test/$target.$O
|
||||
|
||||
tprimes tspawn tspawnloop: $PLAN9/lib/$LIB
|
||||
|
||||
%.$O: %.c
|
||||
$CC -o $target $CFLAGS -I. $stem.c
|
||||
|
||||
|
@ -50,4 +52,5 @@ test:V: tprimes tspawn
|
|||
echo tspawn should take 3 seconds, not 6
|
||||
$PLAN9/bin/time ./tspawn sleep 3 >/dev/null
|
||||
|
||||
CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt test/*.$O
|
||||
CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt test/*.$O tprimes tspawn
|
||||
|
||||
|
|
Loading…
Reference in a new issue