Rename test files to testing
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
test: php
|
|
||||||
$(call script,$@)
|
|
||||||
3
build/make/testing.mk
Normal file
3
build/make/testing.mk
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
testing:
|
||||||
|
#$(call download,$@)
|
||||||
|
$(call download,scripts/$@,/opt/tmp)
|
||||||
1
build/scripts/testing.sh
Normal file
1
build/scripts/testing.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#!/bin/bash
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
include $(DOCKER_HOME)/build/Makefile
|
include $(DOCKER_HOME)/build/Makefile
|
||||||
|
|
||||||
NAME = test
|
NAME = testing
|
||||||
VERSION = latest
|
VERSION = latest
|
||||||
|
|
||||||
build: php test
|
build: testing
|
||||||
Reference in New Issue
Block a user