source: tests/README @ 7c748c9

abac0-leakabac0-mei
Last change on this file since 7c748c9 was 3c30b59, checked in by Mei <mei@…>, 11 years ago

1) add in new refactored regression testing directory
2) undo the abac.hh/ABAC.hh api changes
3) merged with Ted's changes to attribute format/nickname/issuer processing

  • Property mode set to 100644
File size: 775 bytes
Line 
1
2This directory serves as a regression testing and performance testing
3platform for libabac.  It contains many actual valid RT0
4examples in C/python/perl. It also contain examples of Creddy in
5action.
6
7creddy_prover_tests : various RT examples using Creddy and abac_prover,
8                      a C implemenation of an ABAC prover
9python_tests: same RT examples as in creddy_prover_tests but in python scripts
10              using libabac ABAC
11example_scripts: small examples scripts in perl/python/C, wiki contains examples
12              used on libabac's wiki page
13scaling_tests: performance testing
14attr_tests: testing different types of attribute xml format
15creddy_tests : a comphrensive testing of creddy
16
17
18To run,
19
20   make tests
21
22if running on BSD,
23
24   make -i tests
25
26
Note: See TracBrowser for help on using the repository browser.