Skip to content

Commit

Permalink
XML file missing from validation: Python_examples/tutorial_6.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hutton committed Jun 14, 2016
1 parent 1635dad commit ff1174b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sample_missions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ set( SAMPLE_MISSIONS
default_mission.xml
)

# add tests to validate each sample file
set( XML_MISSION_FILES
${SAMPLE_MISSIONS}
../Malmo/samples/Python_examples/tutorial_6.xml
)

# add tests to validate each mission file
if( INCLUDE_PYTHON ) # (TODO: validate in C++ instead)
foreach( file ${SAMPLE_MISSIONS} )
foreach( file ${XML_MISSION_FILES} )

get_filename_component( test_name "${file}" NAME_WE )
set( test_name "ValidationTests_${test_name}" )
Expand Down

0 comments on commit ff1174b

Please sign in to comment.