diff options
author | David Zeuthen <davidz@redhat.com> | 2007-11-06 16:01:07 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-11-06 16:01:07 -0500 |
commit | 57891e749d3f463790974138c84077131e6b3a14 (patch) | |
tree | e51870055c201365cb3f8e7343e39b70d12f08fa /test | |
parent | 195a1a2bdbeb15f4dbfc896de54ed175ded8b0cc (diff) | |
download | polkit-57891e749d3f463790974138c84077131e6b3a14.tar.gz |
also dist test .policy files
Diffstat (limited to 'test')
-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 *~ |