X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=e727055b7d3b2d1e29499a7c845b9b0063e1819d;hb=219d904b7d12173ee93d016fe1a2cb8ae32eea9c;hp=f41c6b0705f42971a408687a0fed1420aac20f7b;hpb=c955255347f4ca514f26ad96a12524b38d235dee;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/Makefile.am b/tests/Makefile.am index f41c6b0..e727055 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,13 @@ -TESTS = tests.sh -dist_check_SCRIPTS = tests.sh tests-normal.sh common.sh +TESTS = tests-normal.sh tests-passthrough.sh tests-authentication.sh +dist_check_SCRIPTS = $(TESTS) common.sh check_PROGRAMS = client -client_SOURCES = client.c dist_check_DATA = server-bad.pem server-key.pem server.pem + +CLEANFILES = \ + proxy-ca-key.pem \ + proxy-ca.pem \ + proxy-dh.pem \ + proxy-invalid.pem \ + proxy-key.pem \ + tmp