--- a/tests/logging/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/logging/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
+ <Libraries Enable_Native_Library="true"/>
</BeremizRoot>
--- a/tests/python/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/python/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
+ <Libraries Enable_Python_Library="true"/>
</BeremizRoot>
--- a/tests/svgui/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/svgui/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
+ <Libraries Enable_SVGUI_Library="true" Enable_Python_Library="true"/>
</BeremizRoot>
--- a/tests/traffic_lights/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/traffic_lights/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
+ <Libraries Enable_SVGUI_Library="true" Enable_Python_Library="true"/>
</BeremizRoot>
--- a/tests/wxGlade/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/wxGlade/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
+ <Libraries Enable_Python_Library="true"/>
</BeremizRoot>
--- a/tests/wxHMI/beremiz.xml Tue Jun 26 17:46:37 2018 +0300
+++ b/tests/wxHMI/beremiz.xml Tue Jun 26 18:02:51 2018 +0300
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding='utf-8'?>
-<BeremizRoot URI_location="LOCAL://">
- <TargetType/>
- <Libraries Enable_SVGUI_Library="false"/>
-</BeremizRoot>
+<?xml version='1.0' encoding='utf-8'?>
+<BeremizRoot URI_location="LOCAL://">
+ <TargetType/>
+ <Libraries Enable_Python_Library="true"/>
+</BeremizRoot>