test: Add TRACE_INFO and TRACE_ERROR definitions

This commit is contained in:
Harald Welte 2016-02-29 21:14:25 +01:00
parent 4678388c3c
commit 22925ea707
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@
#include <stdio.h>
#define TRACE_DEBUG(x, args ...) printf(x, ## args)
#define TRACE_INFO TRACE_DEBUG
#define TRACE_ERROR TRACE_DEBUG