freebsd-dev/mk/elftoolchain.tetvars.mk
Kai Wang 5265ace0e4 Initial import of elftoolchain r2974.
Obtained from:	elftoolchain.org
2014-01-15 08:43:20 +00:00

23 lines
548 B
Makefile

#
# Configuration information for TET.
#
# $Id: elftoolchain.tetvars.mk 2137 2011-11-10 13:09:30Z jkoshy $
#
.if !defined(TOP)
.error Make variable \"TOP\" has not been defined.
.endif
# Set TET_ROOT and version.
TET_VERSION?= 3.8
TET_ROOT?= ${TOP}/test/tet/tet${TET_VERSION}
TET_DOWNLOAD_URL= \
http://tetworks.opengroup.org/downloads/38/software/Sources/${TET_VERSION}/tet${TET_VERSION}-src.tar.gz
# The directory where test journals are placed.
TET_RESULTS_DIR?= results
# The temporary directory used by TET.
TET_TMP_DIR?= tet_tmp_dir