moved tests into main directory

This commit is contained in:
jlamothe
2023-11-03 23:24:10 +00:00
parent 9282ff7194
commit 092ea2b3a3
3 changed files with 4 additions and 13 deletions
+3 -2
View File
@@ -3,9 +3,10 @@
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