libweston: remove UNIT_TEST
This #define was used only by the matrix-test program, which was removed in the previous commit. Remove it as unused and fold away MATRIX_TEST_EXPORT. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Pekka Paalanen
parent
a1e5d46d91
commit
8bbd1a995b
@@ -341,7 +341,6 @@ foreach t : tests
|
||||
t_name,
|
||||
t_sources,
|
||||
c_args: [
|
||||
'-DUNIT_TEST',
|
||||
'-DTHIS_TEST_NAME="' + t_name + '"',
|
||||
],
|
||||
build_by_default: true,
|
||||
@@ -385,7 +384,6 @@ foreach t : tests_standalone
|
||||
exe_t = executable(
|
||||
'test-@0@'.format(t.get(0)),
|
||||
srcs_t,
|
||||
c_args: [ '-DUNIT_TEST' ],
|
||||
build_by_default: true,
|
||||
include_directories: common_inc,
|
||||
dependencies: deps_t,
|
||||
|
||||
Reference in New Issue
Block a user