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:
parent
b5da711644
commit
f3396597ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568116
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user