mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
util: add mesa-sha1 test to meson
Fixes: 513d7ffa23 "util: Add a SHA1 unit test program"
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
9d281e1506
commit
44fbbd6fd0
1 changed files with 9 additions and 0 deletions
|
|
@ -134,8 +134,17 @@ if with_tests
|
|||
dependencies : [dep_m],
|
||||
)
|
||||
|
||||
mesa_sha1_test = executable(
|
||||
'mesa-sha1_test',
|
||||
files('mesa-sha1_test.c'),
|
||||
include_directories : inc_common,
|
||||
link_with : libmesa_util,
|
||||
c_args : [c_msvc_compat_args],
|
||||
)
|
||||
|
||||
test('u_atomic', u_atomic_test)
|
||||
test('roundeven', roundeven_test)
|
||||
test('mesa-sha1', mesa_sha1_test)
|
||||
|
||||
subdir('tests/hash_table')
|
||||
subdir('tests/string_buffer')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue