• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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