Skip to content
Snippets Groups Projects
Commit f7854c3a authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Add message when ruby is not installed

parent 345d1035
No related branches found
No related tags found
1 merge request!32Add fuzzing testing setup
...@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment