aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/test.sh')
-rw-r--r--service/src/test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/service/src/test.sh b/service/src/test.sh
new file mode 100644
index 0000000..51f43cc
--- /dev/null
+++ b/service/src/test.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+(
+ echo "help"
+ echo "submit"
+ cat tests/sample-ascii.stl | wc -c
+ cat tests/sample-ascii.stl
+) | valgrind --leak-check=full ./printdoc
+