summaryrefslogtreecommitdiff
path: root/ce/test/rx
diff options
context:
space:
mode:
authorlacour2008-04-07 12:07:39 +0000
committerlacour2008-04-07 12:07:39 +0000
commit095dca4b0a8d4924093bab424f71f588fdd84613 (patch)
treef77c7b512d70005995b980d3b7691ea6c6d3d3bb /ce/test/rx
parent969a87ca4263cb7e4564e68749941f2d9950ef71 (diff)
RXCE_MONITORING : Pipe to provide noise received.
Integration of pbproc-sar-rxce. /test_general/integration/pbproc-sar-rxce will be added. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1768 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'ce/test/rx')
-rwxr-xr-xce/test/rx/Config2
-rw-r--r--ce/test/rx/maximus/src/test_rx.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ce/test/rx/Config b/ce/test/rx/Config
index a1b380fa86..f3da7ad972 100755
--- a/ce/test/rx/Config
+++ b/ce/test/rx/Config
@@ -1,5 +1,5 @@
CONFIG_DEBUG_FATAL_CATCH=y
#CONFIG_RESTRACK=y
#CONFIG_RESTRACK_KEEP=y
-CONFIG_TRACE=n
+CONFIG_TRACE=y
diff --git a/ce/test/rx/maximus/src/test_rx.c b/ce/test/rx/maximus/src/test_rx.c
index 8ad0cd75fb..06ab584c51 100644
--- a/ce/test/rx/maximus/src/test_rx.c
+++ b/ce/test/rx/maximus/src/test_rx.c
@@ -10,6 +10,7 @@
#define TXCE
#include "lib/test.h"
#include "ce/test/common/tonemap_utils.h"
+#include "lib/trace.h"
extern station_ctx_t my_station;
test_t test;