##// END OF EJS Templates
Make GUI tests optional...
jeandet -
r1490:40feff5bffd4
parent child
Show More
@@ -0,0 +1,1
1 option('biuld_gui_tests', type : 'boolean', value : true, description : 'Build GUI tests.')
@@ -173,4 +173,7 catalogue_browser = executable('catalogue_browser', 'tests/catalogue/browser/mai
173 include_directories : gui_tests_inc,
173 include_directories : gui_tests_inc,
174 dependencies :[sciqlop_gui, qt5test])
174 dependencies :[sciqlop_gui, qt5test])
175
175
176 subdir('tests')
176
177 if get_option('biuld_gui_tests')
178 subdir('tests')
179 endif
General Comments 0
You need to be logged in to leave comments. Login now