From ab49c784dd1df2bb50dc846f0f6749532b929008 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 27 Aug 2014 15:23:49 +1000 Subject: tester: Build covoar once. --- tester/covoar/wscript | 6 ------ 1 file changed, 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 = ['.']) -- cgit v1.2.3