Add make call to ensure that bin/extcmd_test exists.

refs #4258
This commit is contained in:
Johannes Meyer 2013-06-07 12:42:02 +02:00 committed by Eric Lippmann
parent 7e14a2077d
commit 5119e71d41

View File

@ -82,6 +82,8 @@ def main():
if not application_path:
print 'ERROR: {0} not found!'.format(APPLICATION)
return 2
if not os.path.isfile('./bin/extcmd_test'):
execute_command('make', shell=True)
# Commandline preparation
command_options = []