summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-29 20:18:21 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-29 20:18:21 +0000
commitfa2a18d0bc3fc1b8597d5ca7c8d8276e3514b68a (patch)
tree1e2502010555dcfae704607ebfa0f64146d8e2db /tests
parent299ec31a7940c9d39d8b6788ae13dfb51817415f (diff)
downloadgnutls-fa2a18d0bc3fc1b8597d5ca7c8d8276e3514b68a.tar.gz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/Makefile b/tests/Makefile
index d4e98a2e94..84505c242d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,15 +5,10 @@ CFLAGS=-O2 -I../libextra/ -I../ -I../lib/ `../lib/libgnutls-config --cflags`
all: x509test opgptest
-x509test: x509_test.o
-
-x509_test.o: x509_test.c
+x509test: x509_test.c
$(CC) $(CFLAGS) x509_test.c $(LIBS) -o x509test
-
-opgptest: openpgp_test.o
-
-openpgp_test.o: openpgp_test.c
+opgptest: openpgp_test.c
$(CC) $(CFLAGS) openpgp_test.c $(LIBS2) -o opgptest