rename `runtime' to `regress'

while there also kill an unused rule `regress', it's now redundant since
all the tests are run together.
This commit is contained in:
Omar Polo 2021-12-09 20:06:38 +01:00
parent a721c233ee
commit e5285d5422
2 changed files with 2 additions and 5 deletions

View File

@ -4,10 +4,10 @@ TESTS=
include ../Makefile.local
.PHONY: all data clean runtime
.PHONY: all data clean regres
all: data gg puny-test iri_test fcgi-test
./runtime ${TESTS}
./regress ${TESTS}
data: testdata cert.pem testca.pem valid.crt invalid.cert.pem
@ -86,6 +86,3 @@ testdata: fill-file
mkdir testdata/dir
cp hello testdata/dir
cp testdata/index.gmi testdata/dir/foo.gmi
runtime: testdata
./runtime