• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef LDSO_LDSO_GTEST_LIBS_LDSO_GTEST_UTIL_H
2 #define LDSO_LDSO_GTEST_LIBS_LDSO_GTEST_UTIL_H
3 
4 #define EXPECT_RETURN_VALUE_2 2
5 #define EXPECT_RETURN_VALUE_3 3
6 #define EXPECT_RETURN_VALUE_11 11
7 #define EXPECT_RETURN_VALUE_12 12
8 #define EXPECT_RETURN_VALUE_15 15
9 #define EXPECT_RETURN_VALUE_20 20
10 #define EXPECT_RETURN_VALUE_22 22
11 #define EXPECT_RETURN_VALUE_23 23
12 #define EXPECT_RETURN_VALUE_30 30
13 #define EXPECT_RETURN_VALUE_31 31
14 #define EXPECT_RETURN_VALUE_45 45
15 #define EXPECT_RETURN_VALUE_66 66
16 #define EXPECT_RETURN_VALUE_111 111
17 #define EXPECT_RETURN_VALUE_311 311
18 #define EXPECT_RETURN_VALUE_312 312
19 #define EXPECT_RETURN_VALUE_321 321
20 #define EXPECT_RETURN_VALUE_411 411
21 #define EXPECT_RETURN_VALUE_412 412
22 #define EXPECT_RETURN_VALUE_511 511
23 #define EXPECT_RETURN_VALUE_512 512
24 #define EXPECT_RETURN_VALUE_521 521
25 #define EXPECT_RETURN_VALUE_901 901
26 #define EXPECT_RETURN_VALUE_902 902
27 
28 #define TEST_NUM_2 2
29 #define TEST_NUM_10 10
30 #define TEST_NUM_12 12
31 #define TEST_NUM_20 20
32 #define TEST_NUM_50 50
33 #define TEST_NUM_88 88
34 #define TEST_NUM_100 100
35 #define TEST_NUM_101 101
36 #define TEST_NUM_102 102
37 #define TEST_NUM_103 103
38 #define TEST_NUM_1000 1000
39 
40 #define PROCESS_ORDER_1 1
41 #define PROCESS_ORDER_2 2
42 #define PROCESS_ORDER_3 3
43 
44 #define OFFSET_4096 4096
45 #define SIZE_128  128
46 #define SIZE_1024_SQUARE (1024 * 1024)
47 #define INVALID_VALUE (-1)
48 
49 #endif // LDSO_LDSO_GTEST_LIBS_LDSO_GTEST_UTIL_H
50