summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-05-23 17:07:41 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-05-23 17:07:41 +0800
commit82f0c59bf63523f6c5255ade681a3e43bfc1af2c (patch)
treee812e6ed0e8bdc356484aa50fd09153ee6b6bd01 /setup
parent83e194de430e70ca46034016f2b172e5ac8a2aeb (diff)
downloadibus-libpinyin-82f0c59bf63523f6c5255ade681a3e43bfc1af2c.tar.gz
ibus-libpinyin-82f0c59bf63523f6c5255ade681a3e43bfc1af2c.tar.xz
ibus-libpinyin-82f0c59bf63523f6c5255ade681a3e43bfc1af2c.zip
Add test-pinyin and test-bopomofo targets
Diffstat (limited to 'setup')
-rw-r--r--setup/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 5593adb..565e5d4 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -36,9 +36,14 @@ EXTRA_DIST = \
ibus-setup-pinyin.in \
$(NULL)
-test:
+test-pinyin:
$(ENV) DBUS_DEBUG=true \
IBUS_LOCALEDIR=@localedir@ \
PYTHONPATH=$(abs_top_srcdir):$(pyexecdir) \
- $(PYTHON) $(srcdir)/main.py
+ $(PYTHON) $(srcdir)/main.py pinyin
+test-bopomofo:
+ $(ENV) DBUS_DEBUG=true \
+ IBUS_LOCALEDIR=@localedir@ \
+ PYTHONPATH=$(abs_top_srcdir):$(pyexecdir) \
+ $(PYTHON) $(srcdir)/main.py bopomofo