diff options
Diffstat (limited to 'regressions/Makefile.am')
-rw-r--r-- | regressions/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/regressions/Makefile.am b/regressions/Makefile.am index fd56a6d0..0896584b 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -21,8 +21,10 @@ # # See also capitests/ -EXTRA_DIST = \ - test-cleanup.sh \ +TESTS = \ + rhbz503169c10.sh \ test-bootbootboot.sh -TESTS = test-bootbootboot.sh +EXTRA_DIST = \ + test-cleanup.sh \ + $(TESTS) |