Remove unused/unnecessary parts

This commit is contained in:
David Boddie
2019-07-22 16:40:34 +02:00
parent 629b15840a
commit 53a6876830
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ test_env = [
test_cflags = [
'-I@0@/../src'.format(meson.current_source_dir()),
'-I@0@/../src'.format(meson.current_build_dir()),
'-DFOR_TESTING',
'-DEEK_COMPILATION',
'-DEEKBOARD_COMPILATION'
]
@ -34,7 +33,6 @@ foreach name : tests
test_sources,
squeekboard_resources,
link_with: libsqueekboard,
# wl_proto_sources,
c_args : test_cflags,
link_args: test_link_args,
dependencies: deps, # from src/meson.build