Skip to content

Commit

Permalink
add dependencies on enabling the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 11, 2019
1 parent a6a4865 commit bf46582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/eapol_test/all.mk
Expand Up @@ -78,9 +78,9 @@ $(IGNORED_EAP_TYPES):
test.eap.check: $(IGNORED_EAP_TYPES) | $(EAPOL_METH_FILES) $(OUTPUT) $(GENERATED_CERT_FILES)

#
# Run eapol_test if it exists. Otherwise do nothing
# Run EAP tests.
#
$(OUTPUT)/%.ok: $(DIR)/%.conf | $(GENERATED_CERT_FILES) test.eap.radiusd_kill test.eap.radiusd_start
$(OUTPUT)/%.ok: $(DIR)/%.conf $(CONFIG_PATH)/methods-enabled/% $(CONFIG_PATH)/methods-enabled/md5 | $(GENERATED_CERT_FILES) test.eap.radiusd_kill test.eap.radiusd_start
$(eval OUT := $(patsubst %.conf,%.log,$@))
$(eval KEY := $(shell grep key_mgmt=NONE $< | sed 's/key_mgmt=NONE/-n/'))
${Q}echo EAPOL_TEST $(notdir $(patsubst %.conf,%,$<))
Expand Down

0 comments on commit bf46582

Please sign in to comment.