Add global parameters.
[deliverable/binutils-gdb.git] / gold / testsuite / testfile.h
1 // testfile.h -- test input files -*- C++ -*-
2
3 #ifndef GOLD_TESTSUITE_TESTFILE_H
4 #define GOLD_TESTSUITE_TESTFILE_H
5
6 namespace gold
7 {
8 class Target;
9 }
10
11 namespace gold_testsuite
12 {
13
14 extern gold::Target* target_test_pointer;
15 extern const unsigned char test_file_1[];
16 extern const unsigned int test_file_1_size;
17
18 }; // End namespace gold_testsuite.
19
20 #endif // !defined(GOLD_TESTSUITE_TESTFILE_H)
This page took 0.039317 seconds and 4 git commands to generate.