summaryrefslogtreecommitdiffstats
path: root/lib/ss/test_cmd.ct
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ss/test_cmd.ct')
-rw-r--r--lib/ss/test_cmd.ct6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ss/test_cmd.ct b/lib/ss/test_cmd.ct
new file mode 100644
index 0000000..fb49f78
--- /dev/null
+++ b/lib/ss/test_cmd.ct
@@ -0,0 +1,6 @@
+command_table test_cmds;
+
+request test_cmd, "Test command",
+ test_cmd, test;
+
+end;