aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-01 16:35:12 -0700
committerEric Anholt <eric@anholt.net>2008-05-01 16:38:25 -0700
commitc530011aaaf485157ba6284c0c32c0db83523b64 (patch)
tree1e49be8422dcd9cf0d18e431af04d68a41a6803d /tests/Makefile.am
parentd2529d13961f0df00754393e1ad9b72da5e998a4 (diff)
Update mm tests for GEM rename.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f997e26e..718cc436 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,9 +23,9 @@ TESTS = auth \
lock \
setversion \
updatedraw \
- mm_basic \
- mm_readwrite \
- mm_mmap
+ gem_basic \
+ gem_readwrite \
+ gem_mmap
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)