~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Matthew Gretton-Dann
  • Author(s): Marcus Shawcroft
  • Date: 2013-01-07 14:10:24 UTC
  • Revision ID: matthew.gretton-dann@linaro.org-20130107141024-572870j604t2h8p8
Add memmove tests from glibc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
check_PROGRAMS = \
38
38
        tests/test-memchr \
39
39
        tests/test-memcpy \
 
40
        tests/test-memmove \
40
41
        tests/test-memset \
41
42
        tests/test-strchr \
42
43
        tests/test-strcmp \
50
51
tests_test_memchr_CFLAGS = $(tests_cflags)
51
52
tests_test_memcpy_LDADD = $(tests_ldadd)
52
53
tests_test_memcpy_CFLAGS = $(tests_cflags)
 
54
tests_test_memmove_LDADD = $(tests_ldadd)
 
55
tests_test_memmove_CFLAGS = $(tests_cflags)
53
56
tests_test_memset_LDADD = $(tests_ldadd)
54
57
tests_test_memset_CFLAGS = $(tests_cflags)
55
58
tests_test_strchr_LDADD = $(tests_ldadd)