mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
8d2c22fc72
From https://github.com/gulrak/filesystem which is more up-to-date and looks better maintained than cppbackport.
10 lines
436 B
C++
10 lines
436 B
C++
// This test file is part of the fwd_test.cpp/impl_test.cpp pair
|
|
// and used to test the new optional two-part usage of ghc::filesystem
|
|
// where exactly one cpp includes fs_impl.hpp and all others use
|
|
// fs_fwd.hpp (to test this with maximum functionality, the unit tests
|
|
// are included here, signaling they should only include the fs_fwd.hpp)
|
|
#define NOMINMAX
|
|
#include <ghc/fs_impl.hpp>
|
|
#define CATCH_CONFIG_MAIN
|
|
#include "catch.hpp"
|