Explicitly enable required libraries in test projects
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Tue, 26 Jun 2018 18:02:51 +0300
changeset 2231 7d87a0f98345
parent 2230 295f966e8083
child 2232 3220dd020675
Explicitly enable required libraries in test projects
tests/logging/beremiz.xml
tests/python/beremiz.xml
tests/svgui/beremiz.xml
tests/traffic_lights/beremiz.xml
tests/wxGlade/beremiz.xml
tests/wxHMI/beremiz.xml
--- 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>