commit | 8fa0f7a3975d0f610126f28196fa3438e8726aa5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Sep 25 15:00:07 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Sep 26 09:24:50 2017 -0700 |
tree | 19174c8389a0829842b008d9ab9435b7220dd2f9 | |
parent | e294aae2d929f29bec0e73000d73800fad59d724 [diff] [blame] |
Generating test coverage Change-Id: Ic58ccb3e1282c2a2981d533d921a307fff064aaa
diff --git a/lib/xos-genx/Makefile b/lib/xos-genx/Makefile index 898f154..feee40e 100644 --- a/lib/xos-genx/Makefile +++ b/lib/xos-genx/Makefile
@@ -1,3 +1,3 @@ test: - nosetests -s -v --with-id + nosetests -s -v --with-id --with-coverage --cover-html --cover-erase --cover-xml --cover-package="xosgenx"