aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index fdb1f8ed7..aaae2a981 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -260,6 +260,41 @@ else
260 echo "TESTING: gnome-mplayer not found" 260 echo "TESTING: gnome-mplayer not found"
261fi 261fi
262 262
263which xchat
264if [ "$?" -eq 0 ];
265then
266 echo "TESTING: xchat"
267 ./xchat.exp
268else
269 echo "TESTING: xchat not found"
270fi
271
272which hexchat
273if [ "$?" -eq 0 ];
274then
275 echo "TESTING: hexchat"
276 ./hexchat.exp
277else
278 echo "TESTING: hexchat not found"
279fi
280
281which weechat-curses
282if [ "$?" -eq 0 ];
283then
284 echo "TESTING: weechat"
285 ./weechat.exp
286else
287 echo "TESTING: weechat not found"
288fi
289
290#which wine
291#if [ "$?" -eq 0 ];
292#then
293# echo "TESTING: wine"
294# ./wine.exp
295#else
296# echo "TESTING: wine not found"
297#fi
263 298
264 299
265 300