aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-12-09 20:06:38 +0100
committerOmar Polo <op@omarpolo.com>2021-12-09 20:06:38 +0100
commite5285d54220c0c595b8a29e5fd34837914fa762d (patch)
tree3a9dda880fca514766ee03c4fcf6998d82ccca9d /regress
parenta721c233eee67c9abb8843727b0ca0b5a2a4cbd7 (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/Makefile7
-rwxr-xr-xregress/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