X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fmeson.build;h=23f8c68c701deb8414216baedf7997b5ba5e529a;hb=eb41ce1b012f24fc7cba664dcc12129342e26843;hp=489b6df17103d86df9e3ab3c61bcd3c5b7e74b5a;hpb=316964709e21286c2af54e3afb3089d0fcce87c1;p=mesa.git diff --git a/src/util/meson.build b/src/util/meson.build index 489b6df1710..23f8c68c701 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -195,7 +195,20 @@ if with_tests suite : ['util'], ) + test( + 'bitset', + executable( + 'bitset_test', + files('bitset_test.cpp'), + include_directories : inc_common, + dependencies : [dep_thread, dep_dl, idep_gtest], + link_with : libmesa_util, + ), + suite : ['util'], + ) + subdir('tests/fast_idiv_by_const') + subdir('tests/fast_urem_by_const') subdir('tests/hash_table') subdir('tests/string_buffer') subdir('tests/vma')