diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2016-12-27 17:15:42 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2016-12-30 14:31:22 +0100 |
| commit | d008a9b64331c466703c0687e7e353789903c1ff (patch) | |
| tree | 862142d8d1b23c9e002b2a152271f105519d020a /test/fs/CMakeLists.txt | |
| parent | 986fc3a59bfaf1a38a9e694fa438b9506c303baa (diff) | |
| download | extfs-d008a9b64331c466703c0687e7e353789903c1ff.tar.xz extfs-d008a9b64331c466703c0687e7e353789903c1ff.zip | |
superblock: Define predefined enums
Diffstat (limited to 'test/fs/CMakeLists.txt')
| -rw-r--r-- | test/fs/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fs/CMakeLists.txt b/test/fs/CMakeLists.txt index e98e9bb..b2f1fcf 100644 --- a/test/fs/CMakeLists.txt +++ b/test/fs/CMakeLists.txt @@ -24,3 +24,5 @@ execute_process( ) cute_test(extfs LIBRARIES extfs stdc++fs) + +add_subdirectory("detail") |
