Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
constructor.c File Reference
#include <zephyr/kernel.h>
#include <errno.h>
#include <zephyr/tc_util.h>
#include <zephyr/ztest.h>

Functions

void test_constructor (void)
 Test if constructors work.
 
void * common_setup (void)
 
 ZTEST_SUITE (constructor, NULL, common_setup, NULL, NULL, NULL)
 

Variables

static int constructor_number
 
static int constructor_values [3]
 

Function Documentation

◆ common_setup()

void * common_setup ( void )
extern

◆ ZTEST_SUITE()

ZTEST_SUITE ( constructor ,
NULL ,
common_setup ,
NULL ,
NULL ,
NULL  )