- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-06-10 08:34:29 +00:00
parent 7dae72a438
commit cc9e9c40d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472120

View file

@ -466,7 +466,7 @@ post-install-LIT-on:
${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX}
TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)'
regression-test: ${BUILD_COOKIE}
do-test:
if [ `${ID} -u` = 0 ]; then \
${CHOWN} -R nobody ${WRKSRC}/test; \
su -m nobody -c ${TEST_CMD}; \