Copy missing files to be able to compile export_test projects.

pull/1160/head
Christian Taedcke 2015-06-05 19:38:52 +02:00
parent 23e19ca3b5
commit cc66b95709
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def setup_test_user_prj():
print 'Test user project already generated...'
return
setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(LIB_DIR, "rtos")])
setup_user_prj(USER_PRJ, join(TEST_DIR, "rtos", "mbed", "basic"), [join(LIB_DIR, "rtos"), join(LIB_DIR, "tests", "mbed", "env")])
# FAKE BUILD URL
open(join(USER_SRC, "mbed.bld"), 'w').write("http://mbed.org/users/mbed_official/code/mbed/builds/976df7c37ad5\n")