tests coverage reorder to avoid lcov issues

This commit is contained in:
Daniel Agar
2017-01-03 03:48:30 -05:00
parent 6d4579751a
commit 573aed0ee8
3 changed files with 9 additions and 3 deletions
-1
View File
@@ -202,7 +202,6 @@ add_custom_target(test_results
add_custom_target(test_results_junit
COMMAND xsltproc ${PX4_SOURCE_DIR}/Tools/CTest2JUnit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > JUnitTestResults.xml
DEPENDS test_results
COMMENT "Converting ctest output to junit xml"
WORKING_DIRECTORY ${PX4_BINARY_DIR})