blob: 87b675be6962dddc72925334f0b1d82dfab0ce39 [file] [log] [blame]
Zane Shelleyad103b92019-07-31 15:57:54 -05001sim_sources = [
2 'hei_sim_main.cpp',
Paul Greenwood701fcc12019-08-15 19:29:31 -05003 '../../src/isolator/hei_isolator.cpp',
4 '../../src/util/hei_bit_string.cpp',
Zane Shelleyad103b92019-07-31 15:57:54 -05005]
6
7sim = executable('simulator', sim_sources, \
8 include_directories: incdir)
9
10test('simulator', sim)
11