NetworkManager/system-settings/plugins/keyfile/tests/keyfiles/Makefile.am
Dan Williams c218be1165 keyfile: add testcase for MAC address case
To make sure you can specify the MAC in either upper and lowercase.
2010-02-12 11:11:45 -08:00

11 lines
209 B
Makefile

EXTRA_DIST = \
Test_Wired_Connection \
Test_GSM_Connection \
Test_Wireless_Connection \
Test_Wired_Connection_MAC_Case
check-local:
@for f in $(EXTRA_DIST); do \
chmod 0600 $(abs_srcdir)/$$f; \
done