Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/kernel_version.h>
#include <zephyr/sys/speculation.h>
#include <zephyr/version.h>

Functions

 ZTEST (printk, test_printk)
 
 ZTEST (common, test_version)
 Test sys_kernel_version_get() functionality.
 
 ZTEST (common, test_bounds_check_mitigation)
 
void * common_setup (void)
 
 ZTEST_SUITE (common, NULL, common_setup, NULL, NULL, NULL)
 

Variables

struct k_stack eno_stack
 
struct k_thread eno_thread
 

Function Documentation

◆ ZTEST() [1/2]

ZTEST ( common  ,
test_bounds_check_mitigation   
)

◆ ZTEST() [2/2]

ZTEST ( printk  ,
test_printk   
)

◆ ZTEST_SUITE()

ZTEST_SUITE ( common  ,
NULL  ,
common_setup  ,
NULL  ,
NULL  ,
NULL   
)

Variable Documentation

◆ eno_stack

struct k_stack eno_stack
extern

◆ eno_thread

struct k_thread eno_thread
extern