Add a testsuite framework copied from git-core
[stgit] / t / t0000-dummy.sh
diff --git a/t/t0000-dummy.sh b/t/t0000-dummy.sh
new file mode 100755 (executable)
index 0000000..1a9bd87
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# Copyright (c) 2006 Yann Dirson
+#
+
+test_description='Dummy test.
+
+Only to test the testing environment.
+'
+
+. ./test-lib.sh
+
+test_expect_success \
+    'check stgit can be run' \
+    'stg version'
+
+test_done