summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-08-27 15:23:49 +1000
committerChris Johns <chrisj@rtems.org>2014-08-27 15:23:49 +1000
commitab49c784dd1df2bb50dc846f0f6749532b929008 (patch)
tree1c0df3a4e15819859d60c13d4e2ba2bd056884e3
parent9991d35752e57733b085fa1317a088acc437ea32 (diff)
tester: Build covoar once.
-rw-r--r--tester/covoar/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 88add6e..f8311d2 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -109,9 +109,3 @@ def build(bld):
use = 'ccovoar',
cflags = ['-O2', '-g'],
includes = ['.'])
-
- bld.program(target = 'covoar',
- source = ['covoar.cc'],
- use = 'ccovoar',
- cflags = ['-O2', '-g'],
- includes = ['.'])