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

View File

@@ -1,10 +0,0 @@
#include <u.h>
#include <libc.h>
void
main()
{
exits(0);
}
//jl

View File

@@ -1,11 +0,0 @@
</$objtype/mkfile
$O.%: ../%.$O
%.$O: ../%.h
TEST=lib
</sys/src/cmd/mktest
#jl