diff options
author | Ted Gould <ted@gould.cx> | 2012-09-20 08:39:53 +0000 |
---|---|---|
committer | Tarmac <> | 2012-09-20 08:39:53 +0000 |
commit | 6af8fab5b1df788bc57e5d174fc090824c9c0065 (patch) | |
tree | 877c48d3bef1123accafba2caa953d73bc2002c5 /Makefile.am | |
parent | 84fb97ec2326559940bafd6f7a7b1370fb679d86 (diff) | |
parent | 74540195ac67a579ba0f8a2479cfcadb6bee6cc8 (diff) | |
download | libpam-x2go-6af8fab5b1df788bc57e5d174fc090824c9c0065.tar.gz libpam-x2go-6af8fab5b1df788bc57e5d174fc090824c9c0065.tar.bz2 libpam-x2go-6af8fab5b1df788bc57e5d174fc090824c9c0065.zip |
Adding a testing framework. Approved by Albert Astals Cid, jenkins.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 769ade8..9477c1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ - src + src \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall @@ -30,3 +31,4 @@ dist-hook: echo Failed to generate AUTHORS: not a branch >&2; \ fi +include $(top_srcdir)/Makefile.am.coverage |