commit 5741561d57b730905d1bcfddf88d52307bad2a42 from: Omar Polo date: Thu Dec 09 19:02:09 2021 UTC run all kinds of tests via tests.sh/runtime while there also change the dependency in the makefile: iri_test should be alone, not as deps of `data'. commit - ea47a245aa0702a719e4e56b2c2a7a29bff526a4 commit + 5741561d57b730905d1bcfddf88d52307bad2a42 blob - 2a12053dfbad863cdb47a0c184e55ca29bcbc6ed blob + f319b95c17c55aa3788f98881ca9ca500f0b5739 --- regress/Makefile +++ regress/Makefile @@ -6,12 +6,10 @@ include ../Makefile.local .PHONY: all data clean runtime -all: data gg puny-test fcgi-test - ./puny-test - ./iri_test +all: data gg puny-test iri_test fcgi-test ./runtime ${TESTS} -data: testdata iri_test cert.pem testca.pem valid.crt invalid.cert.pem +data: testdata cert.pem testca.pem valid.crt invalid.cert.pem gg: gg.o ../iri.o ../utf8.o ${COMPAT} ${CC} gg.o ../iri.o ../utf8.o ${COMPAT} -o $@ ${LDFLAGS} blob - 87af174eede1fd5a5478376285858260895e7649 blob + 0cde4b1dad5c862b6926789ccd81fd490c87093f --- regress/runtime +++ regress/runtime @@ -25,6 +25,8 @@ if [ $# -ne 0 ]; then tests_done fi +run_test test_punycode +run_test test_iri run_test test_configless_mode run_test test_static_files run_test test_directory_redirect blob - ccb7ea7430f25ef9902b5e2ad1796be8ac9be2f7 blob + 5b0ec8128c1ef1b241e6bf5cedc9997b7d89f42f --- regress/tests.sh +++ regress/tests.sh @@ -1,3 +1,13 @@ +test_punycode() { + dont_check=yes + ./puny-test +} + +test_iri() { + dont_check=yes + ./iri_test +} + test_configless_mode() { dont_check=yes