File: include.am

package info (click to toggle)
wolfssl 5.5.4-2%2Bdeb12u2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 88,476 kB
  • sloc: ansic: 1,245,989; asm: 281,930; sh: 7,916; xml: 3,204; cs: 2,866; makefile: 1,116; javascript: 748; perl: 350; cpp: 97; objc: 80; tcl: 73
file content (72 lines) | stat: -rw-r--r-- 2,853 bytes parent folder | download
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root


if BUILD_TESTS
noinst_PROGRAMS += tests/unit.test
tests_unit_test_SOURCES = \
                  tests/unit.c \
                  tests/api.c \
                  tests/suites.c \
                  tests/hash.c \
                  tests/w64wrapper.c \
                  tests/srp.c \
                  tests/quic.c \
                  examples/client/client.c \
                  examples/server/server.c
tests_unit_test_CFLAGS       = -DNO_MAIN_DRIVER $(AM_CFLAGS) $(WOLFSENTRY_INCLUDE)
tests_unit_test_LDADD        = src/libwolfssl.la $(LIB_STATIC_ADD) $(WOLFSENTRY_LIB)
tests_unit_test_DEPENDENCIES = src/libwolfssl.la
endif
EXTRA_DIST += tests/unit.h \
              tests/test.conf \
              tests/test-sha2.conf \
              tests/test-tls13.conf \
              tests/test-tls13-down.conf \
              tests/test-tls13-ecc.conf \
              tests/test-tls13-psk.conf \
              tests/test-tls13-pq.conf \
              tests/test-tls13-pq-2.conf \
              tests/test-dtls13-pq.conf \
              tests/test-dtls13-pq-2.conf \
              tests/test-psk.conf \
              tests/test-psk-no-id.conf \
              tests/test-psk-no-id-sha2.conf \
              tests/test-dtls.conf \
              tests/test-dtls-downgrade.conf \
              tests/test-dtls-fails.conf \
              tests/test-dtls-fails-cipher.conf \
              tests/test-dtls-group.conf \
              tests/test-dtls-mtu.conf \
              tests/test-dtls-reneg-client.conf \
              tests/test-dtls-reneg-server.conf \
              tests/test-dtls-resume.conf \
              tests/test-dtls-sha2.conf \
              tests/test-dtls-srtp.conf \
              tests/test-dtls-srtp-fails.conf \
              tests/test-dtls13.conf \
              tests/test-dtls13-downgrade.conf \
              tests/test-dtls13-downgrade-fails.conf \
              tests/test-dtls13-psk.conf \
              tests/test-dtls13-cid.conf \
              tests/test-sctp.conf \
              tests/test-sctp-sha2.conf \
              tests/test-sig.conf \
              tests/test-rsapss.conf \
              tests/test-ed25519.conf \
              tests/test-ed448.conf \
              tests/test-enckeys.conf \
              tests/test-maxfrag.conf \
              tests/test-maxfrag-dtls.conf \
              tests/test-fails.conf \
              tests/test-chains.conf \
              tests/test-altchains.conf \
              tests/test-trustpeer.conf \
              tests/test-dhprime.conf \
              tests/test-p521.conf \
              tests/test-ecc-cust-curves.conf \
              tests/NCONF_test.cnf \
              tests/test-tls-downgrade.conf \
              tests/TXT_DB.txt
DISTCLEANFILES+= tests/.libs/unit.test