summaryrefslogtreecommitdiff
path: root/solenv/qa/python/selftest
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-11-23 01:29:32 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-11-25 02:05:02 +0000
commit1fcd5c48a0ae25822645b83dff42ad3c246e5b28 (patch)
tree17375e6bc5e85b81306856b0136a17f5831c06f5 /solenv/qa/python/selftest
parentc5b8bd03333803c57e69fd34642d83816c4cdbcb (diff)
rename the core parts of this from gbuildtoide to gbuildtojson
- the json stuff is universal and not limited in use to IDEs - the IDE stuff should keep its gbuildtoide name Change-Id: If4f190fc6dffba219334d57a53c826515ed57c34 Reviewed-on: https://gerrit.libreoffice.org/31093 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv/qa/python/selftest')
-rw-r--r--solenv/qa/python/selftest/Library_gbuildselftest.mk2
-rw-r--r--solenv/qa/python/selftest/Module_selftest.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/solenv/qa/python/selftest/Library_gbuildselftest.mk b/solenv/qa/python/selftest/Library_gbuildselftest.mk
index d1b39195adb4..bed015c092be 100644
--- a/solenv/qa/python/selftest/Library_gbuildselftest.mk
+++ b/solenv/qa/python/selftest/Library_gbuildselftest.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_Library_Library,gbuildselftest))
$(eval $(call gb_Library_set_include,gbuildselftest,\
- -Igbuildtoidetestinclude\
+ -Igbuildtojsontestinclude\
$$(INCLUDE) \
))
diff --git a/solenv/qa/python/selftest/Module_selftest.mk b/solenv/qa/python/selftest/Module_selftest.mk
index f4fb0304f21b..37c53fdbf956 100644
--- a/solenv/qa/python/selftest/Module_selftest.mk
+++ b/solenv/qa/python/selftest/Module_selftest.mk
@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Module_Module,gbuildtoidetest))
+$(eval $(call gb_Module_Module,gbuildtojsontest))
-$(eval $(call gb_Module_add_targets,gbuildtoidetest,\
+$(eval $(call gb_Module_add_targets,gbuildtojsontest,\
Library_gbuildselftestdep \
Library_gbuildselftest \
Executable_gbuildselftestexe \