summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2016-12-25 01:50:12 +0100
committerFelix Morgner <felix.morgner@gmail.com>2016-12-25 01:50:12 +0100
commitef8699a4d40608d16e6dbfd978008c9894b8d4d0 (patch)
tree06cc0b27b8835026e55e202ad302f77ed55b2ca7 /test/CMakeLists.txt
parent2a323c549554cbe028efd92be55104460388c742 (diff)
downloadextfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.tar.xz
extfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.zip
project: Add first unit test
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 0000000..8b46378
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(fs)