Rename test files to testing

This commit is contained in:
2015-12-05 19:54:39 +00:00
parent 3d69e1ff90
commit 79ea317753
4 changed files with 6 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
test: php
$(call script,$@)

3
build/make/testing.mk Normal file
View File

@@ -0,0 +1,3 @@
testing:
#$(call download,$@)
$(call download,scripts/$@,/opt/tmp)

1
build/scripts/testing.sh Normal file
View File

@@ -0,0 +1 @@
#!/bin/bash

View File

@@ -1,6 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = test
NAME = testing
VERSION = latest
build: php test
build: testing