diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-09-14 15:16:41 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2023-09-14 15:16:41 +0100 |
commit | 08ddb761418e9e4dcbc96c8daa7c26df9c15f471 (patch) | |
tree | 0f61b8133f8bc378f02f413ad33db86c6a164aa2 /t | |
parent | logging! (diff) | |
download | bash-object-system-master.tar.gz bash-object-system-master.tar.bz2 bash-object-system-master.zip |
Diffstat (limited to 't')
-rwxr-xr-x[-rw-r--r--] | t/args.t | 0 | ||||
-rwxr-xr-x | t/basic.t | 9 | ||||
-rwxr-xr-x[-rw-r--r--] | t/inherit.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/namespace.t | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/t/basic.t b/t/basic.t new file mode 100755 index 0000000..da9e07a --- /dev/null +++ b/t/basic.t @@ -0,0 +1,9 @@ +#!/bin/bash + +. bos.sh +. minitap.sh + +ok 'all sourced' + +done-testing + diff --git a/t/inherit.t b/t/inherit.t index 58f7e22..58f7e22 100644..100755 --- a/t/inherit.t +++ b/t/inherit.t diff --git a/t/namespace.t b/t/namespace.t index e367720..e367720 100644..100755 --- a/t/namespace.t +++ b/t/namespace.t |