X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=Makefile;h=3dd183ce3c498be3683a5902e9774e37a3f3845f;hp=348c3aa9903b248702df0b85443f6efa61de4517;hb=0dd60dc0394ba687e8bb4116aefc12dbd2c69402;hpb=35f020973372da2f42e5b0241ebfb60bd9bc3003 diff --git a/Makefile b/Makefile index 348c3aa..3dd183c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ libpduuid.a: $(OBJ) t/%.t: t/%.o t/ctap.o libpduuid.a $(CC) $(CFLAGS) -Wall -I. -o $@ $< t/ctap.o -lpduuid -test: t/uuidgen.t libpduuid.a +test: t/md5.t t/sha1.t t/uuidgen.t libpduuid.a prove t/*.t md5.o: md5.c