summaryrefslogtreecommitdiff
path: root/utils/test/mkfile
blob: 4bd74e1564ff4f06d649dd76d5246b229e68366e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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