Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-09-22 01:40:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-09-22 01:40:35 +0300
commit6f3b7aeb22347316c2fbe96b7044f3ff978febd1 (patch)
tree537fdfc474d15035763955880463c271dca37df2 /test/tests/shared_fs_mutex.cpp
parentff057554373b2da9dab95f1049fdcb0605802d5c (diff)
Relocated a large chunk of utils stuff into boost-lite
Diffstat (limited to 'test/tests/shared_fs_mutex.cpp')
-rw-r--r--test/tests/shared_fs_mutex.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/tests/shared_fs_mutex.cpp b/test/tests/shared_fs_mutex.cpp
index 87596fbf..174e06e1 100644
--- a/test/tests/shared_fs_mutex.cpp
+++ b/test/tests/shared_fs_mutex.cpp
@@ -8,6 +8,11 @@ File Created: Aug 2016
#include "../../include/boost/afio/afio.hpp"
#include "../kerneltest/include/boost/kerneltest.hpp"
+BOOST_KERNELTEST_TEST_KERNEL(unit, afio, shared_fs_mutex, entity_endian, "Tests that afio::algorithm::shared_fs_mutex::entity_type has the right endian", [] {
+ BOOST_AFIO_V2_NAMESPACE::algorithm::shared_fs_mutex::shared_fs_mutex::entity_type v(0, true);
+ BOOST_REQUIRE(v._init != 1UL);
+}())
+
#include <codecvt>
#include <unordered_map>