aboutsummaryrefslogtreecommitdiffstats
path: root/tw/tw_hooks/simple_test.t
diff options
context:
space:
mode:
Diffstat (limited to 'tw/tw_hooks/simple_test.t')
-rw-r--r--tw/tw_hooks/simple_test.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/tw/tw_hooks/simple_test.t b/tw/tw_hooks/simple_test.t
new file mode 100644
index 0000000..b58f996
--- /dev/null
+++ b/tw/tw_hooks/simple_test.t
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+
+use Test::Simple tests => 2;
+
+ok(2+2==4, "Addition of two numbers");
+ok(6-4==2, "Subtraction of two numbers");