Zephyr Project API  3.2.0
A Scalable Open Source RTOS
ztest.h File Reference

Zephyr Testsuite. More...

#include <zephyr/sys/printk.h>
#include <zephyr/kernel.h>
#include <zephyr/ztest_assert.h>
#include <zephyr/ztest_mock.h>
#include <zephyr/ztest_test.h>
#include <zephyr/tc_util.h>

Go to the source code of this file.

Macros

#define ARCH_STACK_PTR_ALIGN   8
 
#define PRINT   printk
 

Functions

void test_main (void)
 

Detailed Description

Zephyr Testsuite.

Macro Definition Documentation

◆ ARCH_STACK_PTR_ALIGN

#define ARCH_STACK_PTR_ALIGN   8

◆ PRINT

#define PRINT   printk

Function Documentation

◆ test_main()

void test_main ( void  )