Skip to content

Commit 2a8277b

Browse files
committed
Added test coverage for filesystems with no inline files
1 parent 746b909 commit 2a8277b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ script:
2222
- make test QUIET=1 CFLAGS+="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512"
2323
- make test QUIET=1 CFLAGS+="-DLFS_BLOCK_COUNT=1023 -DLFS_LOOKAHEAD=2048"
2424

25+
- make clean test QUIET=1 CFLAGS+="-DLFS_INLINE_MAX=0"
2526
- make clean test QUIET=1 CFLAGS+="-DLFS_NO_INTRINSICS"
2627

2728
# compile and find the code size with the smallest configuration

0 commit comments

Comments
 (0)