9 lines
312 B
Meson
9 lines
312 B
Meson
sernatur_test = executable('sernatur_test',
|
|
'sernatur_test.vala',
|
|
dependencies: [glib_dep, gobject_dep, gtk_dep, gmodule_dep, pq_dep, lib_dep],
|
|
install : false)
|
|
|
|
test('Money', sernatur_test, args : ['money'])
|
|
test('RUT', sernatur_test, args : ['rut'])
|
|
test('Percentage', sernatur_test, args : ['percentage'])
|