summaryrefslogtreecommitdiff
path: root/tests/nms/test.sh
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-04 18:16:46 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-04 18:16:46 -0500
commit6b8e777c98b95e6952337c0671e40ff8f962f7dc (patch)
tree6460856493e40e0e6b4d844673fc5e0fdd601e61 /tests/nms/test.sh
parentfa91b896505f2c35e35ddcb7b1fb61bf0eb6f815 (diff)
new test: nms
Diffstat (limited to 'tests/nms/test.sh')
-rwxr-xr-xtests/nms/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/nms/test.sh b/tests/nms/test.sh
new file mode 100755
index 0000000..8f1a481
--- /dev/null
+++ b/tests/nms/test.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+./nms.bin > got || exit 1
+diff got expected || exit 1