Skip to content

Commit 9408f2b

Browse files
committed
Converted tests into mbed-style integration tests
- TESTS/filesystem for mbed OS filesystem APIs - TESTS/filesystem_retarget for mbed OS retargeted stdlib APIs converted: - test_dirs - test_files - test_seek - test_parallel
1 parent 3a98733 commit 9408f2b

File tree

20 files changed

+4493
-0
lines changed

20 files changed

+4493
-0
lines changed

.mbedignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
littlefs/emubd/
22
littlefs/tests/
3+
TESTS/util

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ script:
66
- PYTHONPATH=mbed-os python mbed-os/tools/make.py -t GCC_ARM -m K82F
77
--source=. --build=BUILD/K82F/GCC_ARM -j0
88

9+
# Check that tests compile
10+
- rm -rf main.cpp BUILD
11+
- PYTHONPATH=mbed-os python mbed-os/tools/test.py -t GCC_ARM -m K82F
12+
--source=. --build=BUILD/TESTS/K82F/GCC_ARM -j0
13+
-n 'tests*'
14+
915
# Run littlefs functional tests
1016
- CFLAGS="-Wno-error=format" make -Clittlefs test
1117

0 commit comments

Comments
 (0)