Test separately built catalogues (#1748)
* add a test that tests that a catalogue built separately can be loaded via the Python interface * further simplification of dynamic library support * move all platform-specific code into the cpp implementation and out of header.
Showing
- .github/workflows/basic.yml 4 additions, 2 deletions.github/workflows/basic.yml
- CMakeLists.txt 1 addition, 7 deletionsCMakeLists.txt
- arbor/CMakeLists.txt 1 addition, 0 deletionsarbor/CMakeLists.txt
- arbor/mechcat.cpp 9 additions, 9 deletionsarbor/mechcat.cpp
- arbor/util/dl.hpp 0 additions, 5 deletionsarbor/util/dl.hpp
- arbor/util/dylib.cpp 50 additions, 0 deletionsarbor/util/dylib.cpp
- arbor/util/dylib.hpp 26 additions, 0 deletionsarbor/util/dylib.hpp
- scripts/test-catalogue.py 21 additions, 0 deletionsscripts/test-catalogue.py
Please register or sign in to comment