diff options
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 |