source: examples/creddy_tests/Makefile @ 163aadf

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 163aadf was 461541a, checked in by Mei <mei@…>, 11 years ago

1) updated original rt0 to remove libstrongswan dependency

a) identity credential being made/accessed with openssl api calls

(X509/EVP_PKEY pem)

b) attribute credential being made/access via xmlsec1 (custom XML

structure)

2) refactored libcreddy into libabac and now one ABAC namespace for

libabac

3) added attribute_rule suboption to creddy's attribute as another way

to insert access rule

4) added some regression tests into example directory
5) updated some docs.

  • Property mode set to 100644
File size: 335 bytes
Line 
1
2.PHONY : runcheck clean
3runcheck: $(DIRECTORY)
4
5clean:
6        rm -rf *.xml *.pem *.out
7        rm -rf result
8
9runcheck: 
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.