test_clock = executable('test_clock', 'utils/test_clock.cpp', include_directories : sc_core_inc) test('clock utils', test_clock) test_codec_roundtrip = executable('test_codec_roundtrip', 'codec/test_roundtrip.cpp', dependencies : sc_codec_dep) test('h264 roundtrip', test_codec_roundtrip)