From ef8699a4d40608d16e6dbfd978008c9894b8d4d0 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 25 Dec 2016 01:50:12 +0100 Subject: project: Add first unit test --- test/fs/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fs/CMakeLists.txt (limited to 'test/fs/CMakeLists.txt') 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) -- cgit v1.2.3