diff --git a/test/php/runtests b/test/php/runtests index 9294f63f9..bb5d95c03 100755 --- a/test/php/runtests +++ b/test/php/runtests @@ -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 = []