File: Makemodule.am

package info (click to toggle)
util-linux 2.42~rc1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 101,864 kB
  • sloc: ansic: 185,733; sh: 24,450; yacc: 1,288; makefile: 534; xml: 422; python: 316; lex: 89; ruby: 75; csh: 37; exp: 19; sed: 16; perl: 15; sql: 9
file content (65 lines) | stat: -rw-r--r-- 2,004 bytes parent folder | download | duplicates (2)
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
if !OSS_FUZZ
check_PROGRAMS += test_scols_termreduce
test_scols_termreduce_SOURCES = tests/helpers/test_scols_termreduce.c
test_scols_termreduce_LDADD = $(LDADD) libsmartcols.la
endif

check_PROGRAMS += test_mbsencode
test_mbsencode_SOURCES = tests/helpers/test_mbsencode.c
test_mbsencode_LDADD = $(LDADD) libcommon.la

check_PROGRAMS += test_byteswap
test_byteswap_SOURCES = tests/helpers/test_byteswap.c

check_PROGRAMS += test_md5
test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c

check_PROGRAMS += test_sha1
test_sha1_SOURCES = tests/helpers/test_sha1.c lib/sha1.c

check_PROGRAMS += test_pathnames
test_pathnames_SOURCES = tests/helpers/test_pathnames.c

check_PROGRAMS += test_strerror
test_strerror_SOURCES = tests/helpers/test_strerror.c

check_PROGRAMS += test_sysinfo
test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c

check_PROGRAMS += test_sigreceive
test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
test_sigreceive_LDADD = $(LDADD) libcommon.la

check_PROGRAMS += test_sigstate
test_sigstate_SOURCES = tests/helpers/test_sigstate.c
test_sigstate_LDADD = $(LDADD) libcommon.la

check_PROGRAMS += test_tiocsti
test_tiocsti_SOURCES = tests/helpers/test_tiocsti.c

check_PROGRAMS += test_uuid_namespace
test_uuid_namespace_SOURCES = tests/helpers/test_uuid_namespace.c \
	libuuid/src/predefined.c libuuid/src/unpack.c libuuid/src/unparse.c

check_PROGRAMS += test_kill_pidfdino
test_kill_pidfdino_SOURCES = tests/helpers/test_kill_pidfdino.c
test_kill_pidfdino_LDADD = $(LDADD) libcommon.la

if LINUX
check_PROGRAMS += test_mkfds
test_mkfds_SOURCES = tests/helpers/test_mkfds.c tests/helpers/test_mkfds.h \
	tests/helpers/test_mkfds_ppoll.c
test_mkfds_LDADD = $(LDADD) $(MQ_LIBS)

check_PROGRAMS += test_enosys
test_enosys_SOURCES = tests/helpers/test_enosys.c
endif

if HAVE_CAP_NG
check_PROGRAMS += test_cap
test_cap_SOURCES = tests/helpers/test_cap.c
test_cap_LDADD = -lcap-ng
endif

check_PROGRAMS += test_open_twice
test_open_twice_SOURCES = tests/helpers/test_open_twice.c