mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 06:05:46 +00:00
Clean up a little.
This commit is contained in:
parent
d8a72285f7
commit
332c7bd54c
1 changed files with 4 additions and 4 deletions
|
@ -94,13 +94,13 @@ TESTS += t_core
|
|||
t_core_LDADD = $(libt) $(libcore)
|
||||
TESTS += t_assert
|
||||
t_assert_LDADD = $(libt) $(libcore)
|
||||
TESTS += t_ctype t_endian t_memcpy_s t_memset_s t_strchrnul t_strlcat t_strlcmp t_strlcpy
|
||||
TESTS += t_string t_wstring
|
||||
EXTRA_DIST += t__string.c
|
||||
TESTS += t_ctype t_endian
|
||||
t_ctype_LDADD = $(libt) $(libcore)
|
||||
t_endian_LDADD = $(libt) $(libcore)
|
||||
TESTS += t_memcpy_s t_memset_s
|
||||
t_memcpy_s_LDADD = $(libt) $(libcore)
|
||||
t_memset_s_LDADD = $(libt) $(libcore)
|
||||
TESTS += t_strchrnul t_strlcat t_strlcmp t_strlcpy
|
||||
t_strchrnul_LDADD = $(libt) $(libcore)
|
||||
t_strlcat_LDADD = $(libt) $(libcore)
|
||||
t_strlcmp_LDADD = $(libt) $(libcore)
|
||||
|
|
Loading…
Reference in a new issue