test: fix test on Windows
This commit is contained in:
parent
94437bcfbb
commit
fc707f3343
1 changed files with 1 additions and 1 deletions
|
|
@ -218,4 +218,4 @@ add_test(NAME leanpkgtest_user_attr_app
|
|||
set -eu
|
||||
export PATH=${LEAN_BIN}:$PATH
|
||||
find . -name '*.olean' -delete
|
||||
leanmake bin LINK_OPTS=-rdynamic && build/bin/UserAttr")
|
||||
leanmake bin LINK_OPTS='${CMAKE_EXE_LINKER_FLAGS}' && build/bin/UserAttr")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue