mesh: Write close reason from Mesh Peering Close to debug log
[mech_eap.git] / tests / Makefile
index 9877bb0..782396a 100644 (file)
@@ -1,4 +1,4 @@
-TESTS=test-base64 test-md4 test-md5 test-milenage test-ms_funcs \
+TESTS=test-base64 test-md4 test-milenage \
        test-rsa-sig-ver \
        test-sha1 \
        test-sha256 test-aes test-asn1 test-x509 test-x509v3 test-list test-rc4
@@ -59,15 +59,9 @@ test-list: test-list.o $(LIBS)
 test-md4: test-md4.o $(LIBS)
        $(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
 
-test-md5: test-md5.o $(LIBS)
-       $(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
-
 test-milenage: test-milenage.o $(LIBS)
        $(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
 
-test-ms_funcs: test-ms_funcs.o $(LIBS)
-       $(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
-
 test-rc4: test-rc4.o $(LIBS)
        $(LDO) $(LDFLAGS) -o $@ $^ $(LLIBS)
 
@@ -91,7 +85,6 @@ run-tests: $(TESTS)
        ./test-aes
        ./test-list
        ./test-md4
-       ./test-md5
        ./test-milenage
        ./test-rsa-sig-ver
        ./test-sha1