diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 16:18:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 16:18:51 (EDT) |
commit | d000509e44283737f64657cf0871ee1736a1470c (patch) | |
tree | 7cd77a9b4a28cb759c98f7672a03572b188124eb /tests/local.mk | |
parent | b69329b84adf53fc735924060abf4648793c588d (diff) |
tests/process-incoming.sh: New test file
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index d943728..e950615 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,7 @@ TESTS = \ %reldir%/version.sh \ - %reldir%/include.sh + %reldir%/include.sh \ + %reldir%/process-incoming.sh EXTRA_DIST += \ tests/aux/init.sh \ |