소스 검색

Added files test to littlefs-fuse tests in Travis

Christopher Haster 8 년 전
부모
커밋
2ad435ed63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -27,7 +27,7 @@ script:
     - cp -r $(git ls-tree --name-only HEAD) mount/littlefs
     - cd mount/littlefs
     - ls
-    - make -B test_dirs QUIET=1
+    - make -B test_dirs test_files QUIET=1
 
 before_install:
     - fusermount -V