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

« back to all changes in this revision

Viewing changes to tests/test-string.h

  • Committer: Michael Hope
  • Date: 2010-09-13 08:30:44 UTC
  • mfrom: (14.1.1 cortex-strings)
  • Revision ID: michael.hope@linaro.org-20100913083044-0rr37rigcpd0gg7q
Added autogen.sh.  Tidied up the NEON configure rules using AM_CONDITIONAL.  Made make distcheck pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <stdio.h>
43
43
#include <stdlib.h>
44
44
#include <string.h>
45
 
#include <stdint.h>
46
45
#include <sys/mman.h>
47
46
#include <unistd.h>
48
47
#include <fcntl.h>
51
50
#include <time.h>
52
51
#define GL(x) _##x
53
52
#define GLRO(x) _##x
54
 
#include "hp-timing.h"
 
53
#include <hp-timing.h>
55
54
 
56
55
 
57
56
# define TEST_FUNCTION test_main ()