Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
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
Container registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Merge requests
!21
[test] Use test_name as test name, not the description
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[test] Use test_name as test name, not the description
flow/emper:test-name
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Florian Schmaus
requested to merge
flow/emper:test-name
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
This allows to run indiviual tests using the meson runner, e.g.
meson --repeat 100 SimpleActorTest
0
0
Merge request reports
Compare
master
version 1
32376ade
4 years ago
master (base)
and
latest version
latest version
d9ac0fa6
1 commit,
4 years ago
version 1
32376ade
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/meson.build
+
1
−
1
Options
@@ -58,7 +58,7 @@ foreach source, test_dict : tests
link_with
:
[
emper
,
emper_c
],
)
test
(
test_
dict
.
get
(
'description'
,
''
)
,
test
(
test_
name
,
test_exe
,
is_parallel
:
test_dict
.
get
(
'is_parallel'
,
true
),
suite
:
test_dict
.
get
(
'test_suite'
,
'all'
),
Loading