Remove wpa_supplicant/tests
There was only a single file remaining in this directory. All the other old test functionality has been moved under the top level tests directory. Move the remaining file to the wpa_supplicant directory to get rid of the subdirectory. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1fff13a9cb
commit
39c3c9b7dc
2 changed files with 4 additions and 4 deletions
|
@ -1666,12 +1666,12 @@ libwpa_client.so: $(LIBCTRLSO)
|
|||
@$(E) " CC $@ ($^)"
|
||||
$(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -fPIC $^
|
||||
|
||||
libwpa_test1: tests/libwpa_test.o libwpa_client.a
|
||||
$(Q)$(LDO) $(LDFLAGS) -o libwpa_test1 tests/libwpa_test.o libwpa_client.a $(LIBS_c)
|
||||
libwpa_test1: libwpa_test.o libwpa_client.a
|
||||
$(Q)$(LDO) $(LDFLAGS) -o libwpa_test1 libwpa_test.o libwpa_client.a $(LIBS_c)
|
||||
@$(E) " LD " $@
|
||||
|
||||
libwpa_test2: tests/libwpa_test.o libwpa_client.so
|
||||
$(Q)$(LDO) $(LDFLAGS) -o libwpa_test2 tests/libwpa_test.o -L. -lwpa_client $(LIBS_c)
|
||||
libwpa_test2: libwpa_test.o libwpa_client.so
|
||||
$(Q)$(LDO) $(LDFLAGS) -o libwpa_test2 libwpa_test.o -L. -lwpa_client $(LIBS_c)
|
||||
@$(E) " LD " $@
|
||||
|
||||
nfc_pw_token: $(OBJS_nfc)
|
||||
|
|
Loading…
Reference in a new issue