diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 149db29..613b926 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,8 @@ TESTS = \ test/rcdn-hooks-run-in-order.t \ test/rcup-hooks.t \ test/rcup-hooks-run-in-situ.t \ - test/rcup-hooks-run-in-order.t + test/rcup-hooks-run-in-order.t \ + test/rcup-spaces.t dist_check_SCRIPTS = $(TESTS) dist_check_DATA = test/helper.sh |