~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-06 03:41:48 UTC
  • Revision ID: michael.hope@linaro.org-20100906034148-s7wgv5lz1qnh5xj7
Added GLIBC add-on support

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 ()