Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-testtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DuneQuality
dune-testtools
Merge requests
!111
Feature/ci on release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/ci on release
feature/ci-on-release
into
releases/2.6
Overview
0
Commits
13
Pipelines
1
Changes
7
Merged
Dominic Kempf
requested to merge
feature/ci-on-release
into
releases/2.6
6 years ago
Overview
0
Commits
13
Pipelines
1
Changes
7
Expand
0
0
Merge request reports
Compare
releases/2.6
releases/2.6 (base)
and
latest version
latest version
d3ce3281
13 commits,
6 years ago
7 files
+
30
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
dune/testtools/test/cmakediscard/CMakeLists.txt
+
4
−
4
Options
@@ -3,20 +3,20 @@ set(MYOTHERPARAM 1)
dune_add_system_test
(
SOURCE test.cc
INIFILE discard.mini
BASENAME dt1
BASENAME d
iscardtes
t1
CREATED_TARGETS ct1
)
# How do we assert the new be
a
hviour of adding 77 tests upon skipping?
# How do we assert the new beh
a
viour 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 d
iscardtes
t2
CREATED_TARGETS ct2
)
# How do we assert the new be
a
hviour of adding 77 tests upon skipping?
# How do we assert the new beh
a
viour of adding 77 tests upon skipping?
# dune_assert(LIST_LENGTH ct2 0 MESSAGE "Error in discard test 2")
Loading