From 1c539a83dd277a7627af995f90565dadc73872a2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 19 Nov 2016 07:10:51 -0500 Subject: testing --- test/environment/environment.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/environment/environment.sh') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index 5c4d49331..c2a6c435a 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -6,6 +6,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) + echo "TESTING: DNS (test/environment/dns.exp)" ./dns.exp @@ -85,3 +86,13 @@ else echo "TESTING SKIP: strace not found" fi +# to install ibus: +# $ sudo apt-get install ibus-table-array30 +# $ ibus-setup + +find ~/.config/ibus/bus | grep unix-0 +if [ "$?" -eq 0 ]; +then + echo "TESTING: ibus (test/environment/ibus.exp)" + ./ibus.exp +fi -- cgit v1.2.3-54-g00ecf