mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
7 lines
148 B
Meson
7 lines
148 B
Meson
|
|
test_exe = executable('test_chvt_backup_selmon',
|
||
|
|
'test_chvt_backup_selmon.c',
|
||
|
|
c_args: ['-Werror'],
|
||
|
|
)
|
||
|
|
|
||
|
|
test('test_chvt_backup_selmon', test_exe)
|