summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiranjan Mallapadi <mrniranjan@redhat.com>2014-04-21 19:08:19 +0530
committerNiranjan Mallapadi <mrniranjan@redhat.com>2014-05-14 23:03:24 +0530
commit8932cb491a1d0f4ee6f3a343e2f23702a63cca38 (patch)
tree868a0ad551c5dcc54975f68c5294cc925cb8c0db /tests
parente88832be14ab94881f97d3fe439306614bb81686 (diff)
downloadpki-8932cb491a1d0f4ee6f3a343e2f23702a63cca38.tar.gz
pki-8932cb491a1d0f4ee6f3a343e2f23702a63cca38.tar.xz
pki-8932cb491a1d0f4ee6f3a343e2f23702a63cca38.zip
add pki-cert-release-hold.sh to Makefile
add pki-cert-hold.sh to Makefile add pki-cert-cli-request-submit-ca.sh to Makefile
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile
index 4205b32eb..76079292e 100755
--- a/tests/dogtag/Makefile
+++ b/tests/dogtag/Makefile
@@ -98,6 +98,9 @@ build: $(BUILT_FILES)
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-request-show.sh
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-bigInt.sh
chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-revoke.sh
+ chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-release-hold.sh
+ chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-hold.sh
+ chmod a+x ./acceptance/cli-tests/pki-cert-cli/pki-cert-cli-request-submit-ca.sh
clean:
rm -f *~ $(BUILT_FILES)