Zane Shelley | 11b8994 | 2019-11-07 11:07:28 -0600 | [diff] [blame] | 1 | # Simulator sources |
Zane Shelley | a7535ad | 2021-07-15 22:13:45 -0500 | [diff] [blame] | 2 | sim_src = files( |
Zane Shelley | 11b8994 | 2019-11-07 11:07:28 -0600 | [diff] [blame] | 3 | 'simulator.cpp', |
Zane Shelley | 7649b8b | 2020-05-08 20:12:35 -0500 | [diff] [blame] | 4 | 'sim_hardware_access.cpp', |
5 | '../sim_tracing.cpp' | ||||
Zane Shelley | a7535ad | 2021-07-15 22:13:45 -0500 | [diff] [blame] | 6 | ) |
Zane Shelley | ad103b9 | 2019-07-31 15:57:54 -0500 | [diff] [blame] | 7 | |
Zane Shelley | a7535ad | 2021-07-15 22:13:45 -0500 | [diff] [blame] | 8 | subdir('testcases') |
Zane Shelley | ad103b9 | 2019-07-31 15:57:54 -0500 | [diff] [blame] | 9 | |
Ben Tyner | 032bf9e | 2020-05-06 21:27:54 -0500 | [diff] [blame] | 10 | # Build simulator linked locally |
Zane Shelley | fefc016 | 2021-12-20 17:29:46 -0600 | [diff] [blame] | 11 | test('simulator', |
12 | executable('simulator', sim_src, test_src, | ||||
13 | dependencies : gtest_dep, | ||||
14 | link_with : libhei_static, | ||||
15 | include_directories: [ incdir, '.' ])) |