Merge pull request #4129 from bridadan/remove_old_fs_test

Removing old filesystem test
pull/3066/merge
Anna Bridge 2017-04-20 15:57:12 +01:00 committed by GitHub
commit 29d59edd55
1 changed files with 0 additions and 5 deletions

View File

@ -1042,11 +1042,6 @@ TESTS = [
"automated": True, "automated": True,
#"host_test" : "dev_null_auto", #"host_test" : "dev_null_auto",
}, },
{
"id": "EXAMPLE_2", "description": "FS + RTOS",
"source_dir": join(TEST_DIR, "mbed", "fs"),
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
},
# CPPUTEST Library provides Unit testing Framework # CPPUTEST Library provides Unit testing Framework
# #