aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/test.sh
blob: 781fc16c9a9ad7454d9cf363f7bcc00d84e33852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

# Import test library
source featuresTest.library.sh root

# Definition specific tests
check "dotnet" dotnet --info
check "sdks" dotnet --list-sdks

# Report result
reportResults