Skip to content
Snippets Groups Projects
  1. Oct 30, 2015
    • Dominic Kempf's avatar
      [CMake] Implement a COMPILE_ONLY option for dune_add_test · e4bd35e4
      Dominic Kempf authored
      Set if the given test should only be compiled during `make build_tests`,
      but not run during `make test`. This is useful if you compile the same
      executable twice, but with different compile flags, where you want to assue that
      it compiles with both sets of flags, but you already know they will produce the
      same result.
      e4bd35e4
    • Dominic Kempf's avatar
      [CMake] Implement a COMMAND option for dune_add_test · 2b6107aa
      Dominic Kempf authored
      It allows to specify an arbitrary command to be executed
      when running the test. This may for example be used to wrap
      a script around a C++ executable.
      2b6107aa
  2. Oct 26, 2015
  3. Oct 24, 2015
  4. Oct 23, 2015
  5. Oct 22, 2015
  6. Oct 16, 2015
  7. Oct 15, 2015
  8. Oct 14, 2015
Loading