diff options
author | dakkar <dakkar@thenautilus.net> | 2023-07-22 16:05:29 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-07-22 16:05:29 +0100 |
commit | 4b1b923e1426904b556349c8fe4b1b0453a7223f (patch) | |
tree | 85f1f7b70ad66b5199501d148a9fc7d27b6c099e /t | |
parent | single meta class (diff) | |
download | bash-object-system-4b1b923e1426904b556349c8fe4b1b0453a7223f.tar.gz bash-object-system-4b1b923e1426904b556349c8fe4b1b0453a7223f.tar.bz2 bash-object-system-4b1b923e1426904b556349c8fe4b1b0453a7223f.zip |
move constructor to global base class
Diffstat (limited to 't')
-rw-r--r-- | t/testlib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/testlib.sh b/t/testlib.sh index 00b82af..af5eed2 100644 --- a/t/testlib.sh +++ b/t/testlib.sh @@ -4,6 +4,7 @@ PS4='[${#FUNCNAME[*]}] ${BASH_SOURCE[0]}:${LINENO} (${FUNCNAME[0]}) +' . bos-namespaces.sh . bos-object-id.sh +. bos-base.sh . bos-meta-class.sh . bos-dispatch.sh . bos-sugar.sh |