summaryrefslogtreecommitdiffstats
path: root/extras/autowaf.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/autowaf.py')
-rw-r--r--extras/autowaf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/autowaf.py b/extras/autowaf.py
index ada981f..87c0dc2 100644
--- a/extras/autowaf.py
+++ b/extras/autowaf.py
@@ -624,6 +624,8 @@ def configure(conf):
mandatory=False,
uselib_store='GCOV'):
conf.env.HAVE_GCOV = True
+ except AttributeError:
+ pass # Test options do not exist
except Exception as e:
Logs.error("error: %s" % e)