util: add mesa-sha1 test to meson
[mesa.git] / src / util / meson.build
index ac86c9e111eeb89a0249f4aecacc7c65a2af1327..b54c20796ff01012759b6cfeabf2cc7d8b1577d8 100644 (file)
@@ -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')