| tests = [ | |
| 'hoth_update_unittest', | |
| 'hoth_update_close_unittest', | |
| 'hoth_update_commit_unittest', | |
| 'hoth_update_delete_unittest', | |
| 'hoth_update_open_unittest', | |
| 'hoth_update_read_unittest', | |
| 'hoth_update_stat_unittest', | |
| 'hoth_update_write_unittest', | |
| ] | |
| foreach t : tests | |
| test( | |
| t, | |
| executable( | |
| t.underscorify(), | |
| t + '.cpp', | |
| implicit_include_directories: false, | |
| dependencies: [hothupdate_dep, test_dep])) | |
| endforeach |