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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michael Hope
  • Date: 2011-08-30 03:54:21 UTC
  • Revision ID: michael.hope@linaro.org-20110830035421-vb2ijg1k9oyuwgs3
Added tests for memchr and strchr from GLIBC.  Added a note on the routines and where they come from.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# Test suite
22
22
check_PROGRAMS = \
 
23
        tests/test-memchr \
23
24
        tests/test-memcpy \
24
25
        tests/test-memset \
 
26
        tests/test-strchr \
25
27
        tests/test-strcmp \
26
28
        tests/test-strcpy \
27
29
        tests/test-strlen