diff --git a/tests/api/controllers/Makefile b/tests/api/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/api/controllers/Makefile +++ b/tests/api/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/cache/controllers/Makefile b/tests/cache/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/cache/controllers/Makefile +++ b/tests/cache/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/cache/protos/ShapeWithFixedWebTexture.proto b/tests/cache/protos/ShapeWithFixedWebTexture.proto index 12ab7a375d2..2b8fcdeac32 100644 --- a/tests/cache/protos/ShapeWithFixedWebTexture.proto +++ b/tests/cache/protos/ShapeWithFixedWebTexture.proto @@ -8,7 +8,7 @@ PROTO ShapeWithFixedWebTexture [ appearance PBRAppearance { baseColorMap ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/develop/tests/cache/protos/textures/blue_texture.jpg" + "webots://tests/cache/protos/textures/blue_texture.jpg" ] } } diff --git a/tests/other_api/controllers/Makefile b/tests/other_api/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/other_api/controllers/Makefile +++ b/tests/other_api/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/parser/controllers/Makefile b/tests/parser/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/parser/controllers/Makefile +++ b/tests/parser/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/physics/controllers/Makefile b/tests/physics/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/physics/controllers/Makefile +++ b/tests/physics/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/protos/controllers/Makefile b/tests/protos/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/protos/controllers/Makefile +++ b/tests/protos/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean diff --git a/tests/rendering/controllers/Makefile b/tests/rendering/controllers/Makefile index 3149288896d..b0fec7529fb 100644 --- a/tests/rendering/controllers/Makefile +++ b/tests/rendering/controllers/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -DIRECTORIES=$(subst test_suite_supervisor,,$(subst Makefile,,$(shell ls))) +DIRECTORIES=$(dir $(wildcard */Makefile)) TARGETS = $(DIRECTORIES:=.Makefile) .PHONY: release debug profile clean