summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2016-12-25 13:07:53 +0100
committerFelix Morgner <felix.morgner@gmail.com>2016-12-25 13:07:53 +0100
commitaa111ebed0ef1687455683734896b5854aa1546a (patch)
tree6251366f943c50f65290cd5d9155044a9e19e08f /CMakeLists.txt
parentf9305ef01cf402651b12b3f068f30cc8c2af65e9 (diff)
downloadextfs-aa111ebed0ef1687455683734896b5854aa1546a.tar.xz
extfs-aa111ebed0ef1687455683734896b5854aa1546a.zip
extfs: add empty label test
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 17e1b24..39b9a65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ if(${EXTFS_ENABLE_TESTS})
OUTPUT coverage
DEPENDENCIES ${CUTE_TARGETS}
SOURCE_DIRECTORIES "${PROJECT_SOURCE_DIR}/src/fs/*"
- "${PROJECT_SOURCE_DIR}/include/fs/*"
+ "${PROJECT_SOURCE_DIR}/include/fs/**/*.hpp"
QUIET
HTML_REPORT
)