sernatur/test/meson.build

12 lines
403 B
Meson
Raw Normal View History

2019-01-19 13:44:30 -03:00
test_inc = include_directories('../lib', '../src', './')
2019-01-16 21:02:38 -03:00
sernatur_test = executable('sernatur_test',
'sernatur_test.vala',
2019-01-19 13:44:30 -03:00
include_directories : test_inc,
2019-01-15 16:39:41 -03:00
dependencies: [glib_dep, gobject_dep, gtk_dep, gmodule_dep, pq_dep, lib_dep],
install : false)
2019-01-16 21:02:38 -03:00
test('Money', sernatur_test, args : ['money'])
test('RUT', sernatur_test, args : ['rut'])
test('Percentage', sernatur_test, args : ['percentage'])