summaryrefslogtreecommitdiff
path: root/src/fs/files_unittest.cc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-18 20:14:01 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-18 20:14:01 +0300
commitdffd0a4a8e99196ad27f8fde2430b09dd29cac57 (patch)
treec9e4b9401844577805731686448a33bba1f10c2d /src/fs/files_unittest.cc
parent7b3cf825ebf4f87cb6b1bf7c0a2107c4b2774766 (diff)
downloadplus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.gz
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.bz2
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.tar.xz
plus-dffd0a4a8e99196ad27f8fde2430b09dd29cac57.zip
Move catch.hpp into test directory.
Also replace include catch.hpp into generic unittests.h
Diffstat (limited to 'src/fs/files_unittest.cc')
-rw-r--r--src/fs/files_unittest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/files_unittest.cc b/src/fs/files_unittest.cc
index 05953f04f..856162780 100644
--- a/src/fs/files_unittest.cc
+++ b/src/fs/files_unittest.cc
@@ -18,11 +18,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "fs/files.h"
+#include "test/unittests.h"
-#include "catch.hpp"
#include "logger.h"
+#include "fs/files.h"
+
#include "fs/virtfs/fs.h"
#include "fs/virtfs/tools.h"