devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTK

This commit is contained in:
Joel Sherrill
2017-04-25 11:22:25 -05:00
parent b261dec802
commit 55b967ab0c

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2010.
* COPYRIGHT (c) 1989-2010, 2017.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -12,7 +12,9 @@
#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_RTEMS_API
#define FATAL_ERROR_EXPECTED_ERROR RTEMS_TOO_MANY
#ifndef TESTS_USE_PRINTK
#define TESTS_USE_PRINTK
#endif
#include <rtems/devnull.h>
#include "tmacros.h"