Move MD4 test from wpa_supplicant/tests into tests

This commit is contained in:
Jouni Malinen 2009-12-05 22:11:50 +02:00
parent 631afd993f
commit 668562d5fb
4 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,4 @@
TESTS=test-base64 test-milenage
TESTS=test-base64 test-md4 test-milenage
all: $(TESTS)
@ -32,6 +32,8 @@ BASE64_OBJS=test-base64.o \
test-base64: $(BASE64_OBJS)
$(LDO) $(LDFLAGS) -o $@ $(BASE64_OBJS)
test-md4: test-md4.o $(LIBS)
$(LDO) $(LDFLAGS) -o $@ $^
MILENAGE_OBJS=test-milenage.o \
$(LIBS)
@ -41,6 +43,7 @@ test-milenage: $(MILENAGE_OBJS)
run-tests: $(TESTS)
./test-md4
./test-milenage
clean: