Files
lib_xua/tests/xua_unit_tests/src/xua_unit_tests.h
2021-05-19 17:06:58 +01:00

18 lines
309 B
C

// Copyright 2021 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#ifndef XUA_UNIT_TESTS_H_
#define XUA_UNIT_TESTS_H_
#include "unity.h"
#ifdef __XC__
#include <xs1.h>
#include <xclib.h>
#include "xua_conf.h"
#endif // __XC__
#endif /* XUA_UNIT_TESTS_H_ */