Decided to just deal with the name tester instead of test for now. It's not that important to block merging.

This commit is contained in:
Pietro Gagliardi 2019-03-31 11:09:16 -04:00
parent ff3d39213e
commit f7907f38c6
1 changed files with 1 additions and 1 deletions

View File

@ -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,