We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f415aa commit 0734f27Copy full SHA for 0734f27
1 file changed
build/shared/test.Magick.NET.sh
@@ -1,16 +1,18 @@
1
#!/bin/bash
2
set -e
3
4
-openmp=$1
+architecture=$1
5
+openmp=$2
6
+
7
8
testMagickNET() {
9
local config=Test$1
10
if [ "$openmp" == "OpenMP" ]; then
11
config=$config-OpenMP
12
fi
13
- ./tests/Magick.NET.Core.Tests/bin/$config/AnyCPU/net8.0/Magick.NET.Core.Tests
- ./tests/Magick.NET.Tests/bin/$config/AnyCPU/net8.0/Magick.NET.Tests
14
+ ./tests/Magick.NET.Core.Tests/bin/$config/$architecture/net8.0/Magick.NET.Core.Tests
15
+ ./tests/Magick.NET.Tests/bin/$config/$architecture/net8.0/Magick.NET.Tests
16
}
17
18
export FONTCONFIG_PATH=/etc/fonts
0 commit comments