abac0-leakabac0-meitvf-new-xml
Last change
on this file since ab63ece 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:
438 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | DIRECTORY=creddy_tests creddy_prover_tests example_scripts python_tests\ |
---|
4 | scaling_tests attr_tests |
---|
5 | |
---|
6 | .PHONY : runcheck clean |
---|
7 | |
---|
8 | all: runcheck |
---|
9 | |
---|
10 | clean: |
---|
11 | @printf "\n ==> make CLEAN \n" |
---|
12 | @for i in $(DIRECTORY); do \ |
---|
13 | here=`pwd`; \ |
---|
14 | cd $$i; \ |
---|
15 | make -s clean; \ |
---|
16 | cd $$here; \ |
---|
17 | done; |
---|
18 | |
---|
19 | runcheck: |
---|
20 | @make -s clean |
---|
21 | @printf "\n ==> make TESTS \n" |
---|
22 | @for i in $(DIRECTORY); do \ |
---|
23 | here=`pwd`; \ |
---|
24 | cd $$i; \ |
---|
25 | make -s runcheck; \ |
---|
26 | cd $$here; \ |
---|
27 | done; |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.