Zane Shelley | ad103b9 | 2019-07-31 15:57:54 -0500 | [diff] [blame] | 1 | sim_sources = [ |
| 2 | 'hei_sim_main.cpp', |
Zane Shelley | ca4b2f4 | 2019-08-30 15:48:40 -0500 | [diff] [blame] | 3 | 'hei_sim_user_interface.cpp', |
Paul Greenwood | 701fcc1 | 2019-08-15 19:29:31 -0500 | [diff] [blame] | 4 | '../../src/isolator/hei_isolator.cpp', |
Zane Shelley | b77b573 | 2019-08-30 22:01:06 -0500 | [diff] [blame] | 5 | '../../src/register/hei_hardware_register.cpp', |
Paul Greenwood | 701fcc1 | 2019-08-15 19:29:31 -0500 | [diff] [blame] | 6 | '../../src/util/hei_bit_string.cpp', |
Zane Shelley | ad103b9 | 2019-07-31 15:57:54 -0500 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | sim = executable('simulator', sim_sources, \ |
| 10 | include_directories: incdir) |
| 11 | |
| 12 | test('simulator', sim) |
| 13 | |