source: trunk/make/testsuite.tools.mk@ 8717

Last change on this file since 8717 was 8716, checked in by bird, 23 years ago

Added some more tools.

File size: 545 bytes
Line 
1# $Id: testsuite.tools.mk,v 1.2 2002-06-19 02:17:07 bird Exp $
2
3#
4# Tools for the testsuite.
5#
6# Note! All macros is prefixed 'TS_'.
7#
8
9# PE/PEC from Odin.
10TS_PE = pe.exe
11TS_PEC = pec.exe
12
13# UNIX stuff!
14TS_TEST = test.exe
15TS_TEST_FILE_Z = $(TS_TEST) ! -s
16TS_TEST_FILE_NZ = $(TS_TEST) -s
17TS_TEST_DIR = $(TS_TEST) -d
18TS_SED = sed.exe
19TS_CMP = cmp.exe
20# UNIX or 4OS2 will not be used in append mode so no '-' vs. '/' problems.
21TS_TEE = tee
22
23# dir (files only)
24TS_DIR_B = dir /B /ON
Note: See TracBrowser for help on using the repository browser.