From 7faa97eab8a9e2e3031ce9918002b8a95d7d6499 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Wed, 30 Jun 2010 20:35:49 -0400 Subject: [PATCH] remove uan test temporarily --- src/devices/uan/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/uan/wscript b/src/devices/uan/wscript index 47910af16..7c3574df8 100644 --- a/src/devices/uan/wscript +++ b/src/devices/uan/wscript @@ -22,7 +22,7 @@ def build(bld): 'uan-header-rc.cc', 'uan-mac-rc.cc', 'uan-mac-rc-gw.cc', - 'uan-test.cc' +# 'uan-test.cc' ] headers = bld.new_task_gen('ns3header') headers.module = 'uan'