aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-07-19 06:17:04 -0700
committerEric Anholt <eric@anholt.net>2007-07-19 06:17:41 -0700
commitecf3fbe599cd72c495acf339ae24f3a9e01fdb36 (patch)
treed3ffa3160b9c40e7cc318df4a6fecebfa8d3af75 /tests/Makefile.am
parent50cb405f93da70054ede29e0c365f06352dc8fe5 (diff)
Add a test for drawable add, remove, and update.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 949e2b00..3b97fb79 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,8 @@ LDADD = libdrmtest.la
TESTS = openclose \
getversion \
- getclient
+ getclient \
+ updatedraw
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES) \ No newline at end of file