From 2a8277bd4dafdec1d92f69e7992a339a45088c42 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 10 Apr 2018 16:15:37 -0500 Subject: [PATCH] Added test coverage for filesystems with no inline files --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c0988b55e9..54a5771ebd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: - 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 clean test QUIET=1 CFLAGS+="-DLFS_INLINE_MAX=0" - make clean test QUIET=1 CFLAGS+="-DLFS_NO_INTRINSICS" # compile and find the code size with the smallest configuration