summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
new file mode 100644
index 0000000..1039343
--- /dev/null
+++ b/test/test.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+[ "$(./bin/helloworld)" = "Hello world!" ]