~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:49 UTC
  • Revision ID: matthew.gretton-dann@linaro.org-20130107141049-4tjgyaqw39gkddcc
Add memcmp tests from glibc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
## Test suite
37
37
check_PROGRAMS = \
38
38
        tests/test-memchr \
 
39
        tests/test-memcmp \
39
40
        tests/test-memcpy \
40
41
        tests/test-memmove \
41
42
        tests/test-memset \
49
50
tests_ldadd = libcortex-strings.la
50
51
tests_test_memchr_LDADD = $(tests_ldadd)
51
52
tests_test_memchr_CFLAGS = $(tests_cflags)
 
53
tests_test_memcmp_LDADD = $(tests_ldadd)
 
54
tests_test_memcmp_CFLAGS = $(tests_cflags)
52
55
tests_test_memcpy_LDADD = $(tests_ldadd)
53
56
tests_test_memcpy_CFLAGS = $(tests_cflags)
54
57
tests_test_memmove_LDADD = $(tests_ldadd)