rename project. lean it up. validate image stream test works.

This commit is contained in:
Jordan
2024-03-12 11:53:16 -07:00
parent 330c72acbb
commit 5d05c42411
89 changed files with 376 additions and 2456 deletions

View File

@ -8,7 +8,7 @@ while [ -L "$SOURCE" ]; do
done
DIR=$(cd -P "$(dirname "$SOURCE")" >/dev/null 2>&1 && pwd)
ROOT_DIR=$(realpath ${DIR}..)
ROOT_DIR=$(realpath ${DIR}/..)
LIB_DIR=$(realpath ${DIR}/../lib)
TEST_DIR=$(realpath ${DIR}/../tests)