sbsv2/raptor/group/checkexports.sh
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Mon, 23 Nov 2009 23:31:36 +0000
branchwip
changeset 16 4d5bb8330a27
parent 3 e1eecf4d390d
permissions -rwxr-xr-x
Cope with a test epocroot that's not in $EPOCROOT/test/testepocroot Don't delete mercurial repositories when cleaning! rebuild tools

#!/bin/bash

for dir in . cpp-raptor cygwin-1.5.25 mingw-5.1.4 python-2.5.2; do
	echo testing exports.inf in $dir
	(cd $dir; ./exports.sh2; sort exports.inf > t1; sort exports.inf2 > t2; diff t1 t2)
done