From 6f3b7aeb22347316c2fbe96b7044f3ff978febd1 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 21 Sep 2016 15:40:35 -0700 Subject: Relocated a large chunk of utils stuff into boost-lite --- test/tests/shared_fs_mutex.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/tests/shared_fs_mutex.cpp') 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 #include -- cgit v1.2.3