Skip to content
  • Pádraig Ó Conbhuí's avatar
    Add Catch2 based unit testing · 275b4397
    Pádraig Ó Conbhuí authored
    Deprecated test/spectests, moving it into test/spectests-legacy to
    reflect that. Unit tests should be added to test/unit using Catch2.
    Clang-tidy checks have been disabled in test/spectests-legacy to
    allow for easier improvement of the main code.
    
    Added a --dockerize option to scripts/run_format.sh to avoid minor
    version differences of clang-format between the local and CI system
    from causing major formatting changes.
    
    Many minor changes here and there.
    
    Change Log:
    * Update CI to use Ubuntu 20.04 LTS
    * Refactor IO_driver to use bridge pattern
    * Add IO_driver_distributed_vector
    * Rename test/spectests to test/spectests-legacy
    * Add --dockerize option to scripts/run_format.sh
    * Disable clang-tidy checks in spectests-legacy
    * Fix multiple passes on utils/sglobal.cc
    275b4397