diff options
-rw-r--r-- | test/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b37166c..067dbcf 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,15 @@ -EXTRA_DIST = create-coverage-report.sh +EXTRA_DIST = \ + create-coverage-report.sh \ + test-invalid-1-action-id.policy \ + test-invalid-2-bogus-any.policy \ + test-invalid-3-bogus-inactive.policy \ + test-invalid-4-bogus-active.policy \ + test-invalid-5-max-depth.policy \ + test-valid-1.policy \ + test-valid-2-annotations.policy \ + test-valid-3-lang.policy \ + test-valid-4-unknown-tags.policy clean-local : rm -f *~ |