| 
</$objtype/mkfile
TARG=tests
OFILES=\
  common.$O\
  debug.$O\
  collection.$O\
  array.$O\
  set.$O\
  dictionary.$O\
  string.$O\
  filepath.$O\
  file.$O\
  utils.$O\
  unittest.$O\
  testarray.$O\
  testset.$O\
  testdictionary.$O\
  testconfig.$O\
  testfilepath.$O\
  testfile.$O\
  testmain.$O\
HFILES=\
  ../common.h\
  ../debug.h\
  ../array.h\
  ../set.h\
  ../dictionary.h\
  ../collection.h\
  ../string.h\
  ../filepath.h\
  ../file.h\
  ../utils.h\
  unittest.h\
  testmain.h\
BIN=/$objtype/bin
</sys/src/cmd/mkone
CFLAGS=$CFLAGS -I..
 |