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
path: root/test
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-22 23:11:44 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-22 23:11:44 +0300
commit260b293b7a927e80fd39f1a2f1fd79609be668df (patch)
tree5aaa67f55f1152b1f71998ece02bf7ae3d391009 /test
parent390cd3f223c6a5909b7def06329000e025116d0c (diff)
Added the ability to get the AFIO logger to immediately print to a std::ostream.
Diffstat (limited to 'test')
m---------test/kerneltest0
-rw-r--r--test/tests/map_handle_create_close/integration.cpp8
2 files changed, 8 insertions, 0 deletions
diff --git a/test/kerneltest b/test/kerneltest
-Subproject 9f2a7ca51cbff03f235dfedb55a02ec615ec0f5
+Subproject b2687cbd86a554846e1b34d5eb6180cb97bb82e
diff --git a/test/tests/map_handle_create_close/integration.cpp b/test/tests/map_handle_create_close/integration.cpp
new file mode 100644
index 00000000..ef01fe0c
--- /dev/null
+++ b/test/tests/map_handle_create_close/integration.cpp
@@ -0,0 +1,8 @@
+/* Integration test kernel for map_handle create and close
+(C) 2016 Niall Douglas http://www.nedprod.com/
+File Created: Aug 2016
+*/
+
+#include "../kerneltest/include/boost/kerneltest.hpp"
+
+BOOST_KERNELTEST_TEST_KERNEL(integration, afio, map_handle_nocommit_and_commit, map_handle, "Tests that afio::map_handle's nocommit and commit work as expected", [] {})