aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/windows/appveyor/test.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows/appveyor/test.ps1')
-rw-r--r--scripts/windows/appveyor/test.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/windows/appveyor/test.ps1 b/scripts/windows/appveyor/test.ps1
index 59faab113..3eaefc827 100644
--- a/scripts/windows/appveyor/test.ps1
+++ b/scripts/windows/appveyor/test.ps1
@@ -50,6 +50,7 @@ Write-Host "Run testsuites..." -ForegroundColor Yellow
cd "$($env:APPVEYOR_BUILD_FOLDER)\testsuite"
# Use a MinGW compatible path
$env:GHDL="$($env:GHDL_PREFIX_DIR)/bin/ghdl.exe"
+$env:GHWDUMP="$($env:GHDL_PREFIX_DIR)/bin/ghwdump.exe"
# Exit status
$Err = 0