diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:15:18 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 11:15:18 +0300 |
commit | 85505f18040afbd75e31319de21ee92867c825c7 (patch) | |
tree | 930b1b669794ddc7ff2360f431e4a86710fe5455 /test/dotnet/test.sh | |
parent | 1a91d3bf13a8d16b3975b119c5603bc563c1890c (diff) |
Use project asserts
Diffstat (limited to 'test/dotnet/test.sh')
-rwxr-xr-x | test/dotnet/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index ebbdca8..eb2079e 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -17,5 +17,8 @@ check "current link dotnet" /usr/local/dotnet/current/dotnet --info check "current link sdks" /usr/local/dotnet/current/dotnet --list-sdks check "current link version" /usr/local/dotnet/current/dotnet --version +./assert_build_project.sh +./assert_run_project.sh + # Report result reportResults |