diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 01:50:12 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 01:50:12 +0100 |
| commit | ef8699a4d40608d16e6dbfd978008c9894b8d4d0 (patch) | |
| tree | 06cc0b27b8835026e55e202ad302f77ed55b2ca7 /test/CMakeLists.txt | |
| parent | 2a323c549554cbe028efd92be55104460388c742 (diff) | |
| download | extfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.tar.xz extfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.zip | |
project: Add first unit test
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 1 |
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) |
