diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-28 11:16:44 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-28 11:57:58 +0100 |
commit | 3cca0d8c6d33837e1e5a3f1bd1210cb37bb94a18 (patch) | |
tree | 445033f53c4dbb6d799cef5546ed3511dc34fc7d /tests/Makefile.am | |
parent | c3d5c1292bac53ac14d8661d8ac76c5a79752016 (diff) |
tests/gem_basic: convert to subtest infrastructure
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f4d6886..c8827666 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,6 +13,7 @@ NOUVEAU_TESTS = \ endif TESTS_progs_M = \ + gem_basic \ flip_test \ $(NULL) @@ -20,7 +21,6 @@ TESTS_progs = \ getversion \ getclient \ getstats \ - gem_basic \ gem_cacheing \ gem_cpu_concurrent_blit \ gem_cs_tlb \ |