# HG changeset patch # User Andrey Skvortsov <andrej.skvortzov@gmail.com> # Date 1530025371 -10800 # Node ID 7d87a0f98345a525dc0b2265e0c92f1a8aa6639c # Parent 295f966e808318b831bc00850e1fe8dd09285a32 Explicitly enable required libraries in test projects diff -r 295f966e8083 -r 7d87a0f98345 tests/logging/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> diff -r 295f966e8083 -r 7d87a0f98345 tests/python/beremiz.xml --- 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> diff -r 295f966e8083 -r 7d87a0f98345 tests/svgui/beremiz.xml --- 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> diff -r 295f966e8083 -r 7d87a0f98345 tests/traffic_lights/beremiz.xml --- 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> diff -r 295f966e8083 -r 7d87a0f98345 tests/wxGlade/beremiz.xml --- 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> diff -r 295f966e8083 -r 7d87a0f98345 tests/wxHMI/beremiz.xml --- 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>