Zane Shelley | 0c44c2f | 2020-06-05 17:14:31 -0500 | [diff] [blame] | 1 | test_arg = [ |
| 2 | '-DTEST_TRACE', |
| 3 | ] |
| 4 | |
Ben Tyner | 9ae5ca4 | 2020-02-28 13:13:50 -0600 | [diff] [blame] | 5 | # end2end code exerciser for experiment and testing |
| 6 | subdir('end2end') |
| 7 | |
Zane Shelley | 248cbf8 | 2019-05-03 17:07:18 -0500 | [diff] [blame] | 8 | tests = [ |
| 9 | 'hello-world', |
| 10 | ] |
| 11 | |
| 12 | foreach t : tests |
Zane Shelley | 0c44c2f | 2020-06-05 17:14:31 -0500 | [diff] [blame] | 13 | test(t, executable(t.underscorify(), t + '.cpp', cpp_args : test_arg)) |
Zane Shelley | 248cbf8 | 2019-05-03 17:07:18 -0500 | [diff] [blame] | 14 | endforeach |