summaryrefslogtreecommitdiff
path: root/testing/docker/common-scripts/ctng-test-all
diff options
context:
space:
mode:
Diffstat (limited to 'testing/docker/common-scripts/ctng-test-all')
-rwxr-xr-xtesting/docker/common-scripts/ctng-test-all12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/docker/common-scripts/ctng-test-all b/testing/docker/common-scripts/ctng-test-all
new file mode 100755
index 0000000..f0ba266
--- /dev/null
+++ b/testing/docker/common-scripts/ctng-test-all
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+cd
+rm -rf bld-samples
+mkdir bld-samples
+cd bld-samples
+export PATH=$HOME/inst-ctng/bin:$PATH
+ct-ng help
+ct-ng list-samples
+ct-ng list-steps
+ct-ng build-all