diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-13 11:27:46 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-13 11:27:46 -0700 |
commit | d6a45ebf0ee47c31f560f3072a4b70c4039e454a (patch) | |
tree | 86f284add702a61cac56778af6efcee820945404 /tests/Makefile.am | |
parent | 3b07a37a48ca6dc22d538221b59b430dd72c6203 (diff) |
Add a regression test for authentication.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 38a07a35..e846efbe 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,8 @@ libdrmtest_la_LIBADD = \ LDADD = libdrmtest.la -TESTS = openclose \ +TESTS = auth \ + openclose \ getversion \ getclient \ updatedraw |