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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Merge requests
!32
Add fuzzing testing setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add fuzzing testing setup
fuzz
into
master
Overview
0
Commits
13
Changes
1
Merged
Add fuzzing testing setup
Dominik Loidolt
requested to merge
fuzz
into
master
May 2, 2024
Overview
0
Commits
13
Changes
1
0
0
Merge request reports
Viewing commit
f7854c3a
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f7854c3a
Add message when ruby is not installed
· f7854c3a
Dominik Loidolt
authored
Apr 18, 2024
test/meson.build
+
2
−
0
View file @ f7854c3a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -110,6 +110,8 @@ if ruby.found()
env
:
test_env
)
endforeach
else
message
(
'ruby not found! Install ruby to run unit tests.'
)
endif
subdir
(
'bench'
)
Loading