moved tests into main directory
This commit is contained in:
parent
9282ff7194
commit
092ea2b3a3
5
mkfile
5
mkfile
|
@ -3,9 +3,10 @@
|
||||||
qfmt: main.$O lib.$O
|
qfmt: main.$O lib.$O
|
||||||
$LD $LDFLAGS -o qfmt main.$O lib.$O
|
$LD $LDFLAGS -o qfmt main.$O lib.$O
|
||||||
|
|
||||||
test: qfmt
|
$O.qfmt: test.$O lib.$O
|
||||||
|
$LD $LDFLAGS -o $O.qfmt test.$O lib.$O
|
||||||
|
|
||||||
TEST=test
|
TEST=qfmt
|
||||||
|
|
||||||
</sys/src/cmd/mktest
|
</sys/src/cmd/mktest
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
void
|
void
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
|
print("Tests not implemented yet.\n");
|
||||||
exits(0);
|
exits(0);
|
||||||
}
|
}
|
||||||
|
|
11
test/mkfile
11
test/mkfile
|
@ -1,11 +0,0 @@
|
||||||
</$objtype/mkfile
|
|
||||||
|
|
||||||
$O.%: ../%.$O
|
|
||||||
|
|
||||||
%.$O: ../%.h
|
|
||||||
|
|
||||||
TEST=lib
|
|
||||||
|
|
||||||
</sys/src/cmd/mktest
|
|
||||||
|
|
||||||
#jl
|
|
Loading…
Reference in New Issue
Block a user