~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 15:56:21 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: matthew.gretton-dann@linaro.org-20130107155621-wpwfzf8z3i0g0pg2
Add strnlen tests from glibc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        tests/test-strcmp \
45
45
        tests/test-strcpy \
46
46
        tests/test-strlen \
47
 
        tests/test-strncmp
 
47
        tests/test-strncmp \
 
48
        tests/test-strnlen
48
49
 
49
50
# Options for the tests
50
51
tests_cflags = -I$(srcdir)/tests $(AM_CFLAGS)