Module: Mesa
Branch: master
Commit: 44fbbd6fd07e5784b05e08e762e54b6c71f95ab1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=44fbbd6fd07e5784b05e08e762e54b6c71f95ab1

Author: Eric Engestrom <eric.engest...@imgtec.com>
Date:   Mon Nov 27 11:33:48 2017 +0000

util: add mesa-sha1 test to meson

Fixes: 513d7ffa23d42e96f831 "util: Add a SHA1 unit test program"
Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
Reviewed-by: Matt Turner <matts...@gmail.com>

---

 src/util/meson.build | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/util/meson.build b/src/util/meson.build
index ac86c9e111..b54c20796f 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -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')

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to