diff options
author | Omar Polo <op@omarpolo.com> | 2021-12-09 20:06:38 +0100 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-12-09 20:06:38 +0100 |
commit | e5285d54220c0c595b8a29e5fd34837914fa762d (patch) | |
tree | 3a9dda880fca514766ee03c4fcf6998d82ccca9d /regress | |
parent | a721c233eee67c9abb8843727b0ca0b5a2a4cbd7 (diff) |
rename `runtime' to `regress'
while there also kill an unused rule `regress', it's now redundant since
all the tests are run together.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 7 | ||||
-rwxr-xr-x | regress/regress (renamed from regress/runtime) | 0 |
2 files changed, 2 insertions, 5 deletions
diff --git a/regress/Makefile b/regress/Makefile index f319b95..c89145b 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -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 diff --git a/regress/runtime b/regress/regress index 0cde4b1..0cde4b1 100755 --- a/regress/runtime +++ b/regress/regress |