Skip to content

Commit

Permalink
Refactor meson build file
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Feb 9, 2020
1 parent c2f021f commit 64570de
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,3 @@ executable(
],
install: true
)

tests = []

foreach test_name : tests
test_exe = executable(
'_'.join(test_name.split('/')),
sources + [test_name + '.test.vala'],
dependencies: [
gtk_plus_3_dep,
json_glib_1_dep,
posix_dep,
gee_dep,
granite_dep,
soup_dep,
xml_dep,
uuid_dep
]
)
test(
'_'.join(test_name.split('/')),
test_exe
)
endforeach

0 comments on commit 64570de

Please sign in to comment.