summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/regex/test/test_consolidated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/regex/test/test_consolidated.cpp')
-rw-r--r--src/boost/libs/regex/test/test_consolidated.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/boost/libs/regex/test/test_consolidated.cpp b/src/boost/libs/regex/test/test_consolidated.cpp
new file mode 100644
index 000000000..d5415f2b6
--- /dev/null
+++ b/src/boost/libs/regex/test/test_consolidated.cpp
@@ -0,0 +1,17 @@
+/*
+ *
+ * Copyright (c) 2011
+ * John Maddock
+ *
+ * Use, modification and distribution are subject to the
+ * Boost Software License, Version 1.0. (See accompanying file
+ * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+ *
+ */
+
+
+#include <libs/regex/src/posix_api.cpp>
+#include <libs/regex/src/regex.cpp>
+#include <libs/regex/src/regex_debug.cpp>
+#include <libs/regex/src/static_mutex.cpp>
+#include <libs/regex/src/wide_posix_api.cpp>