diff options
author | Gert Wollny <[email protected]> | 2017-06-30 08:37:36 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-09-06 11:49:43 +0200 |
commit | 7be6d8fe1250f3b1d5fb2347839567049526c5be (patch) | |
tree | 6ec2a3df5548ab79627a7d0c81912d488d416556 /configure.ac | |
parent | 978c437b1290124619dc7decc6c2e929722eda01 (diff) |
mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker
This patch adds a set of unit tests for the new lifetime tracker.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fb6037eedc3..d0d4c0dfd1d 100644 --- a/configure.ac +++ b/configure.ac @@ -2921,6 +2921,7 @@ AC_CONFIG_FILES([Makefile src/mesa/drivers/osmesa/osmesa.pc src/mesa/drivers/x11/Makefile src/mesa/main/tests/Makefile + src/mesa/state_tracker/tests/Makefile src/util/Makefile src/util/tests/hash_table/Makefile src/util/xmlpool/Makefile |