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:
Pekka Paalanen
2022-05-27 14:12:58 +03:00
committed by Pekka Paalanen
parent a1e5d46d91
commit 8bbd1a995b
3 changed files with 2 additions and 22 deletions
-2
View File
@@ -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,