summaryrefslogtreecommitdiff
path: root/t/testlib.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/testlib.sh')
-rw-r--r--t/testlib.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/testlib.sh b/t/testlib.sh
new file mode 100644
index 0000000..6da46f5
--- /dev/null
+++ b/t/testlib.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+PS4='[${#FUNCNAME[*]}] ${BASH_SOURCE[0]}:${LINENO} (${FUNCNAME[0]}) +'
+
+. bos-namespaces.sh
+. bos-object-id.sh
+. bos-mop.sh
+. bos-dispatch.sh
+. bos-mop-inheritance.sh
+. bos-sugar.sh
+
+. minitap.sh