summaryrefslogtreecommitdiffstats
path: root/debian/tests/xpcshellTest.sh
blob: f924bc13de5263ef30246520fcec5d32c94c732b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

echo -n "Checking if we can run xpcshell..."

LD_LIBRARY_PATH=/usr/lib/thunderbird/ \
/usr/lib/thunderbird-devel/sdk/bin/xpcshell \
  -g /usr/share/thunderbird/ debian/tests/xpcshellTest.js

echo "done."