xref: /aosp_15_r20/external/ltp/doc/old/rules.tsv (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1ID	DESCRIPTION
2LTP-001	Library source files have tst_ prefix
3LTP-002	TST_RET and TST_ERR are never modified by test library functions
4LTP-003 Externally visible library symbols have the tst_ prefix
5LTP-004 Test executable symbols are marked static
6LTP-005 Array must terminate with a sentinel value (i.e. NULL or '{}')
7