FreeCalypso > hg > fc-tourmaline
diff src/cs/services/lls/tests/lls_test.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cs/services/lls/tests/lls_test.h Fri Oct 16 06:23:26 2020 +0000 @@ -0,0 +1,65 @@ +/********************************************************************************/ +/* */ +/* File Name: lls_test.h */ +/* */ +/* Purpose: This file contains LLS test generic definitions. */ +/* */ +/* Note: None. */ +/* */ +/* Revision History: */ +/* 03/12/2002 Laurent Sollier Create. */ +/* */ +/* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved */ +/* */ +/********************************************************************************/ + +#ifndef _LLS_TEST_H_ +#define _LLS_TEST_H_ + +#include "tests/rv/rv_test_filter_redirect.h" +#include "tests/rv/rv_test.h" + +#if (LLS_TEST == SW_COMPILED) + + +extern T_RVF_MB_ID mb_lls_test; +extern T_RV_RETURN lls_test_path; + +/********************************************************************************/ +/* */ +/* MACRO Name: lls_test_trace */ +/* */ +/* Purpose: This macro is called to trace msg in LLS tests. */ +/* */ +/* Note: None. */ +/* */ +/* Revision History: */ +/* 03/12/2002 Laurent Sollier Create. */ +/* */ +/********************************************************************************/ +#define lls_test_trace(msg)\ +{\ + rvf_send_trace ( msg, sizeof(msg)-1, NULL_PARAM, RV_TRACE_LEVEL_DEBUG_HIGH, TRACE_RVTEST);\ +} + +/********************************************************************************/ +/* */ +/* MACRO Name: lls_test_error */ +/* */ +/* Purpose: This macro is called to trace ERROR msg in LLS tests. */ +/* */ +/* Note: None. */ +/* */ +/* Revision History: */ +/* 03/12/2002 Laurent Sollier Create. */ +/* */ +/********************************************************************************/ +#define lls_test_error(msg)\ +{\ + rvf_send_trace ( msg, sizeof(msg)-1, NULL_PARAM, RV_TRACE_LEVEL_ERROR, TRACE_RVTEST);\ +} + + + +#endif /* #if (_LLS_TEST_H_ == SW_COMPILED) */ +#endif \ No newline at end of file