From dfb5d65191e9e565abb5f3dc0ff0d29e5e4ea679 Mon Sep 17 00:00:00 2001 From: BDisp Date: Sun, 20 Nov 2022 18:51:38 +0000 Subject: [PATCH] Added Linux environment unit tests. --- NStack.sln | 1 + testenvironments.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 testenvironments.json diff --git a/NStack.sln b/NStack.sln index 43ed1a6..0b4bfed 100644 --- a/NStack.sln +++ b/NStack.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution .github\workflows\build.yml = .github\workflows\build.yml .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md + testenvironments.json = testenvironments.json EndProjectSection EndProject Global diff --git a/testenvironments.json b/testenvironments.json new file mode 100644 index 0000000..70dbd0b --- /dev/null +++ b/testenvironments.json @@ -0,0 +1,15 @@ +{ + "version": "1", + "environments": [ + { + "name": "WSL-Ubuntu", + "type": "wsl", + "wslDistribution": "Ubuntu" + }, + { + "name": "WSL-Debian", + "type": "wsl", + "wslDistribution": "Debian" + } + ] +} \ No newline at end of file