X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Ftests%2Funit%2FSConscript;h=655e8a9b41cbfefaf7d43cc093e792493042beae;hb=b2ddb93ff3b8c88682634ccdef247967e31fab84;hp=edc68e34d9efa3b7d50cf199fd1a5a399134d989;hpb=3e54d63429fe7ca5db3c75c181abbaf7a7f55724;p=mesa.git diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript index edc68e34d9e..655e8a9b41c 100644 --- a/src/gallium/tests/unit/SConscript +++ b/src/gallium/tests/unit/SConscript @@ -4,16 +4,17 @@ env = env.Clone() env.Prepend(LIBS = [gallium]) -if platform in ('freebsd8', 'sunos5'): +if env['platform'] in ('freebsd8', 'sunos5'): env.Append(LIBS = ['m']) -if platform == 'freebsd8': +if env['platform'] == 'freebsd8': env.Append(LIBS = ['pthread']) progs = [ 'pipe_barrier_test', 'u_cache_test', 'u_format_test', + 'u_format_compatible_test', 'u_half_test', 'translate_test' ]