From f7907f38c6fbd51093662682fef1f097313fe43c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 31 Mar 2019 11:09:16 -0400 Subject: [PATCH] Decided to just deal with the name tester instead of test for now. It's not that important to block merging. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index 159ed724..a1296ac5 100644 --- a/test/meson.build +++ b/test/meson.build @@ -39,7 +39,7 @@ if libui_OS == 'windows' ] endif -# MESONTODO meson doesn't let us name this target test, but also doesn't seem to provide a way to override the executable name???? +# TODO meson doesn't let us name this target test, but also doesn't seem to provide a way to override the executable name???? we'll probably need to file a feature request for this # TODO once we upgrade to 0.49.0, add pie: true executable('tester', libui_test_sources, dependencies: libui_binary_deps,