[DEV] remove STL

This commit is contained in:
Edouard DUPIN 2017-09-07 23:38:26 +02:00
parent b81937d406
commit 7cd62cee35
13 changed files with 13 additions and 13 deletions

View File

@ -44,7 +44,7 @@ def configure(target, my_module):
])
my_module.add_depend([
'exml',
'gtest',
'etest',
'test-debug'
])
return True

View File

@ -5,7 +5,7 @@
*/
#include "exmlTestCommon.hpp"
#include <gtest/gtest.h>
#include <etest/etest.hpp>
TEST(TestAll, testBase) {

View File

@ -4,7 +4,7 @@
* @license MPL v2.0 (see license file)
*/
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <exml/exml.hpp>
#include <exml/Attribute.hpp>

View File

@ -4,7 +4,7 @@
* @license MPL v2.0 (see license file)
*/
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <exml/exml.hpp>
#include <exml/Comment.hpp>

View File

@ -7,7 +7,7 @@
#include <etk/types.hpp>
#include <test-debug/debug.hpp>
#include <exml/exml.hpp>
#include <gtest/gtest.h>
#include <etest/etest.hpp>
// _errorPos : -1 : no error , 1 : parsing error, 2 generation error, 3 comparaison error ????
void exmlLocalTest(const etk::String& _ref,

View File

@ -4,7 +4,7 @@
* @license MPL v2.0 (see license file)
*/
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <exml/exml.hpp>
#include <exml/Declaration.hpp>

View File

@ -4,7 +4,7 @@
* @license MPL v2.0 (see license file)
*/
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <exml/exml.hpp>
#include <exml/Declaration.hpp>

View File

@ -4,7 +4,7 @@
* @license MPL v2.0 (see license file)
*/
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <test-debug/debug.hpp>
#include <exml/exml.hpp>
#include <exml/Element.hpp>

View File

@ -5,7 +5,7 @@
*/
#include "exmlTestCommon.hpp"
#include <gtest/gtest.h>
#include <etest/etest.hpp>

View File

@ -5,7 +5,7 @@
*/
#include "exmlTestCommon.hpp"
#include <gtest/gtest.h>
#include <etest/etest.hpp>

View File

@ -5,7 +5,7 @@
*/
#include "exmlTestCommon.hpp"
#include <gtest/gtest.h>
#include <etest/etest.hpp>

View File

@ -5,7 +5,7 @@
*/
#include "exmlTestCommon.hpp"
#include <gtest/gtest.h>
#include <etest/etest.hpp>
static etk::String refOutputElement("<exemple/>\n");

View File

@ -5,7 +5,7 @@
*/
#include <test-debug/debug.hpp>
#include <gtest/gtest.h>
#include <etest/etest.hpp>
#include <etk/os/FSNode.hpp>
#include <etk/etk.hpp>