summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-19 14:50:32 +0100
committerStef Walter <stefw@gnome.org>2013-03-19 16:47:05 +0100
commit7c27e9fbbe86b3268065f248eab2d6964983a715 (patch)
tree72127883de5d9c97c7432a7fc651d9259caf38fe /common/tests/Makefile.am
parent535475c238c427cb685b4282997f7bce0876bfdf (diff)
trust: Don't use POSIX or GNU basename()
Both are nasty. Do our own, and test it a bit https://bugs.freedesktop.org/show_bug.cgi?id=62479
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r--common/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index e14fddd..85893cb 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -15,6 +15,7 @@ LDADD = \
$(NULL)
CHECK_PROGS = \
+ test-compat \
test-dict \
test-array \
test-constants \