diff options
| author | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
| commit | f408e27bccfacf347605a8d98649975a68f38a17 (patch) | |
| tree | 654fd6695c31511baf919b1c0870d119a352ed75 /callouts/tests/Makefile.am | |
| parent | 2c032d8f1c6292c1338a615e6ec40252889ba85c (diff) | |
Imported Upstream version 1.0.2 upstream/1.0.2
Diffstat (limited to 'callouts/tests/Makefile.am')
| -rw-r--r-- | callouts/tests/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am index f8fd82b7..fface33d 100644 --- a/callouts/tests/Makefile.am +++ b/callouts/tests/Makefile.am @@ -28,12 +28,13 @@ test_dispatcher_envp_LDADD = \ ########################################### +@VALGRIND_RULES@ TESTS = test-dispatcher-envp endif EXTRA_DIST= \ - dispatcher-old-down \ - dispatcher-old-up \ - dispatcher-old-vpn-down \ - dispatcher-old-vpn-up + dispatcher-down \ + dispatcher-up \ + dispatcher-vpn-down \ + dispatcher-vpn-up |