diff --git a/Makefile.am b/Makefile.am index 9fb2dc2..41fcc66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,10 +246,14 @@ endif # Options for the tests tests_cflags = -I$(srcdir)/tests $(AM_CFLAGS) tests_ldadd = libcortex-strings.la +tests_test_memchr_LDADD = $(tests_ldadd) +tests_test_memchr_CFLAGS = $(tests_cflags) tests_test_memcpy_LDADD = $(tests_ldadd) tests_test_memcpy_CFLAGS = $(tests_cflags) tests_test_memset_LDADD = $(tests_ldadd) tests_test_memset_CFLAGS = $(tests_cflags) +tests_test_strchr_LDADD = $(tests_ldadd) +tests_test_strchr_CFLAGS = $(tests_cflags) tests_test_strcmp_LDADD = $(tests_ldadd) tests_test_strcmp_CFLAGS = $(tests_cflags) tests_test_strcpy_LDADD = $(tests_ldadd)