We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9b9ba commit 51c8b02Copy full SHA for 51c8b02
.travis.yml
@@ -1,2 +1,4 @@
1
script:
2
- - make test
+ - CFLAGS="-DLFS_READ_SIZE=16 -DLFS_PROG_SIZE=16" make test
3
+ - CFLAGS="-DLFS_READ_SIZE=1 -DLFS_PROG_SIZE=1" make test
4
+ - CFLAGS="-DLFS_READ_SIZE=512 -DLFS_PROG_SIZE=512" make test
0 commit comments