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/fs/CMakeLists.txt | |
| parent | 2a323c549554cbe028efd92be55104460388c742 (diff) | |
| download | extfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.tar.xz extfs-ef8699a4d40608d16e6dbfd978008c9894b8d4d0.zip | |
project: Add first unit test
Diffstat (limited to 'test/fs/CMakeLists.txt')
| -rw-r--r-- | test/fs/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fs/CMakeLists.txt b/test/fs/CMakeLists.txt new file mode 100644 index 0000000..b1ccc1b --- /dev/null +++ b/test/fs/CMakeLists.txt @@ -0,0 +1,3 @@ +set(CUTE_GROUP "fs") + +cute_test(extfs LIBRARIES extfs) |
