Add Wiki for JPSvis authored by Mohcine Chraibi's avatar Mohcine Chraibi
# Bevore pushing to the repository
check if the tests are (still) run successfully. For instance for `jpscore` in your **build** directory
check if the code runs successfully
```
ctest -R jpscore_compile
cmake && make
```
should pass.