diff options
author | Sven Gothel <[email protected]> | 2020-12-21 12:39:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-12-21 12:39:33 +0100 |
commit | e56940759c4f29f31cc29c67c05e12a9fc836db2 (patch) | |
tree | bc95accebb49d51abf10ac0f9525747b3b3975bd /.gitmodules | |
parent | 7a5886cc138971f67de3fb4ba95227ee87ffd437 (diff) |
Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Catch2 for own unit tests)
Also: cmake: Add "null-dereference" to NO_ERROR, as it causes trouble with jau::get_uint8(..) with "-O3"
See jaulib commit db34007f905dab9feeba16e95c16d84bfb0ff11a
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 2eea284b..7b5e759f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "jaucpp"] - path = jaucpp - url = ../jaucpp +[submodule "jaulib"] + path = jaulib + url = ../jaulib |