forked from Imagelibrary/rtems
@@ -17,7 +17,6 @@ include_HEADERS += include/poll.h
|
||||
include_HEADERS += include/rtems.h
|
||||
include_HEADERS += include/sha256.h
|
||||
include_HEADERS += include/sha512.h
|
||||
include_HEADERS += include/t.h
|
||||
include_HEADERS += include/xz.h
|
||||
include_HEADERS += include/zconf.h
|
||||
include_HEADERS += include/zlib.h
|
||||
@@ -172,6 +171,7 @@ include_rtems_HEADERS += include/rtems/termios_printk.h
|
||||
include_rtems_HEADERS += include/rtems/termios_printk_cnf.h
|
||||
include_rtems_HEADERS += include/rtems/termiostypes.h
|
||||
include_rtems_HEADERS += include/rtems/test-info.h
|
||||
include_rtems_HEADERS += include/rtems/test.h
|
||||
include_rtems_HEADERS += include/rtems/tftp.h
|
||||
include_rtems_HEADERS += include/rtems/thread.h
|
||||
include_rtems_HEADERS += include/rtems/timecounter.h
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#if defined(__rtems__)
|
||||
#include <sha256.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems/score/isrlevel.h>
|
||||
#include <rtems/score/percpu.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems/libio_.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems/score/heapimpl.h>
|
||||
#include <rtems/score/wkspace.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <alloca.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#undef __STRICT_ANSI__
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdatomic.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(assert)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
static void
|
||||
destroy(T_destructor *dtor)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
#include <errno.h>
|
||||
|
||||
T_TEST_CASE(test_eno)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(example)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
static int initial_value = 3;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(log)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(malloc_free)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(wrong_step)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
static int add(int a, int b)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(step)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(time_to_string)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
T_TEST_CASE(verbosity_changes)
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <t.h>
|
||||
#include <rtems/test.h>
|
||||
#include <tmacros.h>
|
||||
|
||||
#define CPU_COUNT 32
|
||||
|
||||
Reference in New Issue
Block a user