test lib module

This commit is contained in:
jlamothe
2023-11-02 19:47:38 +00:00
parent 088e58ef11
commit 9282ff7194
4 changed files with 17 additions and 7 deletions
+2
View File
@@ -3,6 +3,8 @@
qfmt: main.$O lib.$O
$LD $LDFLAGS -o qfmt main.$O lib.$O
test: qfmt
TEST=test
</sys/src/cmd/mktest