diff --git a/.gitignore b/.gitignore index 9340cd0d..0f60ca3d 100644 --- a/.gitignore +++ b/.gitignore @@ -248,4 +248,7 @@ test/Ocelot.AcceptanceTests/configuration.json # Read the docstates _build/ _static/ -_templates/ \ No newline at end of file +_templates/ + +# JetBrains Rider +.idea/ \ No newline at end of file diff --git a/run-acceptance-tests.sh b/run-acceptance-tests.sh new file mode 100755 index 00000000..e05baea1 --- /dev/null +++ b/run-acceptance-tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./build.sh --target RunAcceptanceTests \ No newline at end of file diff --git a/run-unit-tests.sh b/run-unit-tests.sh new file mode 100755 index 00000000..da848514 --- /dev/null +++ b/run-unit-tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./build.sh --target RunUnitTests \ No newline at end of file diff --git a/tools/packages.config b/tools/packages.config index 747e13e6..e52a2c7e 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - +