Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if ($Env:ENABLE_NATIVE -ne "false") {
Write-Host "##[info]Test Native simulator"
pushd (Join-Path $PSScriptRoot "../src/Simulation/Native/build")
cmake --build . --config $Env:BUILD_CONFIGURATION
cp ../advantage_44_4.log .
ctest -C $Env:BUILD_CONFIGURATION --verbose
if ($LastExitCode -ne 0) {
Write-Host "##vso[task.logissue type=error;]Failed to test Native Simulator"
Expand Down
2 changes: 2 additions & 0 deletions src/Simulation/Native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ ENABLE_TESTING()
# include directories
add_subdirectory("src")

# Copy test file depedencies
configure_file(advantage_44_4.log advantage_44_4.log COPYONLY)

# RPATH setting

Expand Down