src/tests: Rename test-console.sh to ibus-desktop-testing-runner

This commit is contained in:
fujiwarat 2019-07-12 21:12:40 +09:00
Родитель af00f4156b
Коммит 2a4f9518d4
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,7 @@ TESTS_ENVIRONMENT = \
LOG_COMPILER = $(srcdir)/runtest
if ENABLE_INSTALL_TESTS
bin_SCRIPTS = ibus-desktop-testing-runner
test_metas_in = meta.test.in
test_execs = $(TESTS:ibus-compose=ibus-compose-locales)
test_metas = $(addsuffix .test, $(test_execs))
@ -109,12 +110,20 @@ ibus-compose-locales: ibus-compose-locales.in
mv $@.tmp $@; \
$(NULL)
ibus-desktop-testing-runner.in \
ibus-desktop-testing-runner: ibus-desktop-testing-runner.in
SRCDIR=$(test_sourcesdir); \
sed -e "s|@SRCDIR[@]|$$SRCDIR|g" $< > $@.tmp; \
mv $@.tmp $@; \
$(NULL)
EXTRA_DIST = \
$(test_metas_in) \
runtest \
ibus-compose.emoji \
ibus-compose.env \
ibus-compose-locales.in \
ibus-desktop-testing-runner.in \
$(NULL)
ibus_bus_SOURCES = ibus-bus.c

Просмотреть файл