Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMax committed Dec 28, 2023
1 parent d0d6ddc commit c8dbfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/run_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ $VSPATH = & "${VSWHERE}" -latest -property installationPath

Push-Location "${PSScriptRoot}\..\build\tests"

& ".\${BUILD_TYPE}\test.exe"
& ".\${BUILD_TYPE}\lexio_test.exe"

Pop-Location
2 changes: 1 addition & 1 deletion ci/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo "CMAKE_BUILD_TYPE=${BUILD_TYPE}"

cd "${SCRIPT_DIR}/../build/tests"

"./${BUILD_TYPE}/test"
"./${BUILD_TYPE}/lexio_test"

0 comments on commit c8dbfd9

Please sign in to comment.