diff options
Diffstat (limited to 'tests/resource-set/Makefile')
-rw-r--r-- | tests/resource-set/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/resource-set/Makefile b/tests/resource-set/Makefile new file mode 100644 index 00000000..fc3968dd --- /dev/null +++ b/tests/resource-set/Makefile @@ -0,0 +1,26 @@ +# $Id$ + +OPENSSL_DIR = ../../openssl/trunk + +CFLAGS = -g -I${OPENSSL_DIR}/include + +# -H -Wl,-t + +BIN = resource-set-test +OBJ = resource-set-test.o +LIB = ${OPENSSL_DIR}/libcrypto.a + +all: ${BIN} + +clean: + rm -f ${BIN} ${OBJ} + +${BIN}: ${OBJ} ${LIB} Makefile + ${CC} -g -o $@ ${OBJ} ${LIB} + +test: + @echo This test needs more work + @echo '' + ${OPENSSL_DIR}/apps/openssl req -new -x509 -config rfc3779-test.conf -key rfc3779-test.key -out rfc3779-test.cert + @echo '' + ./resource-set-test -v -a AS:17 -i IPv4:10.0.0.44 -p rfc3779-test.cert |