|
@@ -12,10 +12,9 @@ script:
|
|
|
- make test QUIET=1
|
|
- make test QUIET=1
|
|
|
|
|
|
|
|
# run tests with a few different configurations
|
|
# run tests with a few different configurations
|
|
|
- - CFLAGS="-DLFS_READ_SIZE=1 -DLFS_PROG_SIZE=1" make test QUIET=1
|
|
|
|
|
- - CFLAGS="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512" make test QUIET=1
|
|
|
|
|
- - CFLAGS="-DLFS_BLOCK_COUNT=1023" make test QUIET=1
|
|
|
|
|
- - CFLAGS="-DLFS_LOOKAHEAD=2048" make test QUIET=1
|
|
|
|
|
|
|
+ - CFLAGS="-DLFS_READ_SIZE=1 -DLFS_PROG_SIZE=1" make test QUIET=1
|
|
|
|
|
+ - CFLAGS="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512" make test QUIET=1
|
|
|
|
|
+ - CFLAGS="-DLFS_BLOCK_COUNT=1023 -DLFS_LOOKAHEAD=2048" make test QUIET=1
|
|
|
|
|
|
|
|
# self-host with littlefs-fuse for fuzz test
|
|
# self-host with littlefs-fuse for fuzz test
|
|
|
- make -C littlefs-fuse
|
|
- make -C littlefs-fuse
|