diff options
author | Eric Engestrom <[email protected]> | 2019-11-16 19:14:56 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-12-27 21:04:44 +0000 |
commit | 7a4a75a1852953b25738a47df6f25eed015c5f18 (patch) | |
tree | 8e1169d7ed194d3321d4195c74b6512e4d33b9a3 /src | |
parent | da9937d09b2f3dc883ae8ad315ae9e5bfdecb1fd (diff) |
u_format: move format tests to util/tests/
Suggested-by: Eric Anholt <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/tests/unit/SConscript | 2 | ||||
-rw-r--r-- | src/gallium/tests/unit/meson.build | 3 | ||||
-rw-r--r-- | src/util/tests/format/meson.build | 2 | ||||
-rw-r--r-- | src/util/tests/format/u_format_compatible_test.c (renamed from src/gallium/tests/unit/u_format_compatible_test.c) | 0 | ||||
-rw-r--r-- | src/util/tests/format/u_format_test.c (renamed from src/gallium/tests/unit/u_format_test.c) | 0 |
5 files changed, 2 insertions, 5 deletions
diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript index 0650804018b..4465396334f 100644 --- a/src/gallium/tests/unit/SConscript +++ b/src/gallium/tests/unit/SConscript @@ -13,8 +13,6 @@ if env['platform'] == 'freebsd8': progs = [ 'pipe_barrier_test', 'u_cache_test', - 'u_format_test', - 'u_format_compatible_test', 'u_half_test', 'translate_test' ] diff --git a/src/gallium/tests/unit/meson.build b/src/gallium/tests/unit/meson.build index 976218f22b7..3a6badace7e 100644 --- a/src/gallium/tests/unit/meson.build +++ b/src/gallium/tests/unit/meson.build @@ -19,8 +19,7 @@ # SOFTWARE. foreach t : ['pipe_barrier_test', 'u_cache_test', 'u_half_test', - 'u_format_test', 'u_format_compatible_test', 'translate_test', - 'u_prim_verts_test' ] + 'translate_test', 'u_prim_verts_test'] exe = executable( t, '@[email protected]'.format(t), diff --git a/src/util/tests/format/meson.build b/src/util/tests/format/meson.build index 663bf691d1f..6f4b91cf810 100644 --- a/src/util/tests/format/meson.build +++ b/src/util/tests/format/meson.build @@ -1,4 +1,4 @@ -foreach t : ['srgb'] +foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test'] test(t, executable( t, diff --git a/src/gallium/tests/unit/u_format_compatible_test.c b/src/util/tests/format/u_format_compatible_test.c index 6d3ce5efa8a..6d3ce5efa8a 100644 --- a/src/gallium/tests/unit/u_format_compatible_test.c +++ b/src/util/tests/format/u_format_compatible_test.c diff --git a/src/gallium/tests/unit/u_format_test.c b/src/util/tests/format/u_format_test.c index 69e3b5aebfd..69e3b5aebfd 100644 --- a/src/gallium/tests/unit/u_format_test.c +++ b/src/util/tests/format/u_format_test.c |