Files
mars-nwe/tests/nwnss/pssdebug/test_nwnss_pssdebug.c
Mario Fetka 0f82de2743
All checks were successful
Source release / source-package (push) Successful in 1m20s
0536 build: introduce libnwnss for imported NSS runtime
2026-06-14 22:34:04 +02:00

12 lines
264 B
C

#include <include/pssDebug.h>
#include <stdio.h>
int main(void)
{
DEBUG_PRINTF(TFSM, DBG_BOTH_NOINDENT, (LRED, "fsm debug no-op\n"));
PRINT(LGRAY) MSGNot("pssdebug production output path\n"));
CHOKE_DEBUG_LOG();
NOT_IMPLEMENTED();
return 0;
}