abac0-leakabac0-meitvf-new-xml
Last change
on this file since 6d3fc40 was
ec550f7,
checked in by Mei <mei@…>, 11 years ago
|
1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading
an attribute credentials
4) add examples of GENI specific attribute credentials
and principal certificates into the regression testing
5) rename examples to tests
|
-
Property mode set to
100644
|
File size:
335 bytes
|
Line | |
---|
1 | |
---|
2 | .PHONY : runcheck clean |
---|
3 | runcheck: $(DIRECTORY) |
---|
4 | |
---|
5 | clean: |
---|
6 | rm -rf *.xml *.pem *.out |
---|
7 | rm -rf result |
---|
8 | |
---|
9 | runcheck: |
---|
10 | @echo 'running libabac CREDDY testing...' |
---|
11 | @./run_test > result 2>/dev/null; \ |
---|
12 | if test -f result && test `diff -q result.save result |wc -l ` -eq 0 ; \ |
---|
13 | then echo " PASSED"; \ |
---|
14 | else echo " ERROR:got changes!!!"; \ |
---|
15 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.