Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Dominik Loidolt
cmp_tool
Commits
f7854c3a
Commit
f7854c3a
authored
1 year ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Add message when ruby is not installed
parent
345d1035
No related branches found
No related tags found
1 merge request
!32
Add fuzzing testing setup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/meson.build
+2
-0
2 additions, 0 deletions
test/meson.build
with
2 additions
and
0 deletions
test/meson.build
+
2
−
0
View file @
f7854c3a
...
@@ -110,6 +110,8 @@ if ruby.found()
...
@@ -110,6 +110,8 @@ if ruby.found()
env
:
test_env
env
:
test_env
)
)
endforeach
endforeach
else
message
(
'ruby not found! Install ruby to run unit tests.'
)
endif
endif
subdir
(
'bench'
)
subdir
(
'bench'
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment