scons: Add a "check" target to run all unit tests.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 13 Apr 2016 12:31:04 +0000 (13:31 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 14 Apr 2016 06:19:04 +0000 (07:19 +0100)
commit50ddf03ada3cc167f7dcb6b26f82adb20162f983
tree4a81fcbb92eeb5cb1531fee7cb346d87d276189b
parent9ae0e8ee3cf5e422804dcecd248dc28bb5dc63dc
scons: Add a "check" target to run all unit tests.

Except:
- u_cache_test -- too long
- translate_test -- unreliable (it's probably testing corner cases that
  translate module doesn't care about.)

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
SConstruct
scons/gallium.py
src/gallium/drivers/llvmpipe/SConscript
src/gallium/tests/unit/SConscript
src/util/SConscript