include building benchmark in test option

This commit is contained in:
pantor
2024-10-05 10:01:11 +02:00
parent de5e742654
commit 8695d7525f
4 changed files with 1 additions and 7 deletions

View File

@@ -52,10 +52,8 @@ if get_option('build_tests')
test('Inja unit test', inja_test)
test('Inja single include test', inja_single_test)
endif
if get_option('build_benchmark')
inja_benchmark = executable(
'inja_benchmark',
'test/benchmark.cpp',