Skip to content
Snippets Groups Projects

Feature/ci on release

Merged Dominic Kempf requested to merge feature/ci-on-release into releases/2.6
7 files
+ 30
11
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -3,20 +3,20 @@ set(MYOTHERPARAM 1)
dune_add_system_test(SOURCE test.cc
INIFILE discard.mini
BASENAME dt1
BASENAME discardtest1
CREATED_TARGETS ct1
)
# How do we assert the new beahviour of adding 77 tests upon skipping?
# How do we assert the new behaviour of adding 77 tests upon skipping?
#dune_assert(LIST_LENGTH ct1 1 MESSAGE "Error in discard test 1")
set(MYOTHERPARAM 0)
dune_add_system_test(SOURCE test.cc
INIFILE discard2.mini
BASENAME dt2
BASENAME discardtest2
CREATED_TARGETS ct2
)
# How do we assert the new beahviour of adding 77 tests upon skipping?
# How do we assert the new behaviour of adding 77 tests upon skipping?
# dune_assert(LIST_LENGTH ct2 0 MESSAGE "Error in discard test 2")
Loading