about summary refs log tree commit diff
path: root/src/settings/plugins/keyfile/tests/keyfiles/Makefile.am
blob: 4ca4c3faa503251e3570739f75b1df2d212c9b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
KEYFILES = \
	Test_Wired_Connection \
	Test_GSM_Connection \
	Test_Wireless_Connection \
	Test_Wired_Connection_MAC_Case \
	Test_MAC_Old_Format \
	Test_MAC_IB_Old_Format \
	Test_Wired_Connection_IP6 \
	ATT_Data_Connect_BT \
	ATT_Data_Connect_Plain \
	Test_String_SSID \
	Test_Intlist_SSID \
	Test_Intlike_SSID \
	Test_Intlike_SSID_2 \
	Test_Wired_TLS_Old \
	Test_Wired_TLS_New \
	Test_Wired_TLS_Blob \
	Test_Wired_TLS_Path_Missing \
	Test_InfiniBand_Connection \
	Test_Bridge_Main \
	Test_Bridge_Component \
	Test_New_Wired_Group_Name \
	Test_New_Wireless_Group_Names \
	Test_minimal_1 \
	Test_minimal_2 \
	Test_minimal_slave_1 \
	Test_minimal_slave_2 \
	Test_minimal_slave_3 \
	Test_minimal_slave_4 \
	Test_Missing_Vlan_Setting \
	Test_Missing_ID_UUID \
	Test_Enum_Property \
	Test_Flags_Property

CERTS = \
	test-ca-cert.pem \
	test-key-and-cert.pem

EXTRA_DIST = $(KEYFILES) $(CERTS)

check-local:
	@for f in $(KEYFILES); do \
		chmod 0600 $(abs_srcdir)/$$f; \
	done