cryptomgmtlibs/securitytestfw/test/testhandler2/t_policy.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    18 
    18 
    19 
    19 
    20 #ifndef __TPOLICY_H__
    20 #ifndef __TPOLICY_H__
    21 #define __TPOLICY_H__
    21 #define __TPOLICY_H__
    22 
    22 
    23 #include <testhandler2/t_testaction.h>
    23 #include "t_testaction.h"
    24 
    24 
    25 /**
    25 /**
    26  * This action is used to test whether security policies are correctly enforced.
    26  * This action is used to test whether security policies are correctly enforced.
    27  * This is done by specifying another test action to run, and the security
    27  * This is done by specifying another test action to run, and the security
    28  * policy that is under test.  The action is then run in a seprate process.
    28  * policy that is under test.  The action is then run in a seprate process.