a lot of work

This commit is contained in:
2019-01-19 13:44:30 -03:00
parent 404b68b791
commit 3aaf811190
50 changed files with 1959 additions and 378 deletions

View File

@@ -1,5 +1,8 @@
test_inc = include_directories('../lib', '../src', './')
sernatur_test = executable('sernatur_test',
'sernatur_test.vala',
include_directories : test_inc,
dependencies: [glib_dep, gobject_dep, gtk_dep, gmodule_dep, pq_dep, lib_dep],
install : false)