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 /src/mesa/Makefile.am | |
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 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 97a9bbd8c25..865735be27f 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = . main/tests +SUBDIRS = . main/tests state_tracker/tests if HAVE_XLIB_GLX SUBDIRS += drivers/x11 |