1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

cad/openroad: Fix typos in test target

This commit is contained in:
Yuri Victorovich 2021-03-11 18:32:27 +00:00
parent b5da711644
commit f3396597ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568116

View File

@ -51,7 +51,7 @@ post-install: # unnecessarily installs bundled OpenSTA project: https://github.c
do-test: # some tests are known to fail
@${MKDIR} ${WRKSRC}/build/src
@[ -e ${WRKSRC}/build/src/openroad ] || ${LN} -s ${SRAGEDIR}${PREFIX}/bin/openroad ${WRKSRC}/build/src/openroad
@[ -f ${WRKSRC}/build/src/openroad ] || ${LN} ${STAGEDIR}${PREFIX}/bin/openroad ${WRKSRC}/build/src/openroad
@${ECHO} "==> Unit tests"
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} test/regression
@${ECHO} "==> Flow tests"