abac0-leakabac0-mei
Last change
on this file since 6cd69a0 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:
173 bytes
|
Rev | Line | |
---|
[7e3f5e2] | 1 | |
---|
| 2 | |
---|
| 3 | TEST=fruit_0 fruit_10 fruit_20 |
---|
| 4 | |
---|
| 5 | .PHONY : test clean |
---|
| 6 | test: $(TEST) |
---|
| 7 | |
---|
| 8 | clean: |
---|
| 9 | @rm -rf fruit_* |
---|
| 10 | |
---|
| 11 | fruit_0 : |
---|
| 12 | @./run_one 0 |
---|
| 13 | fruit_10 : |
---|
| 14 | @./run_one 10 |
---|
| 15 | fruit_20 : |
---|
| 16 | @./run_one 20 |
---|
Note: See
TracBrowser
for help on using the repository browser.