summaryrefslogtreecommitdiff
path: root/utils/test/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/mkfile')
-rw-r--r--utils/test/mkfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/utils/test/mkfile b/utils/test/mkfile
new file mode 100644
index 00000000..4bd74e15
--- /dev/null
+++ b/utils/test/mkfile
@@ -0,0 +1,21 @@
+<../../mkconfig
+
+#
+# the test command is only needed on Windows NT and Windows 95
+#
+
+TARG=test
+
+OFILES= test-$TARGMODEL.$O\
+
+HFILES=
+
+LIBS=9
+
+BIN=$ROOT/$OBJDIR/bin
+
+<$ROOT/mkfiles/mkone-$SHELLTYPE
+
+test-Posix.c test-Inferno.c:QV:
+ echo 'test is only built on Windows NT or Windows 95'
+ exit 1