From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- test/dotnet/test.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/dotnet/test.sh (limited to 'test/dotnet') diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh new file mode 100644 index 0000000..781fc16 --- /dev/null +++ b/test/dotnet/test.sh @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3