Skip to content
Snippets Groups Projects

ENH: Values can hold empty vector

Merged Daniel Hornung requested to merge f-empty-vector into dev
2 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
1
@@ -189,11 +189,14 @@ For the tests there is a slightly different setup required (with option
- Depending on the clang version it may be necessary to also add
``-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"``
4. ``cmake --build .``
- If this fails with ``Error running '': No such file or directory``, you may want to try
CMake's ``-D SKIP_LINTING=ON``. (See previous step.)
Run
^^^
In the build directory, run ``ctest``
In the build directory, run ``ctest``. For more verbose output of a single test:
``ctest -R test_value.test_list -V``
Framework
^^^^^^^^^
Loading