sbsv2/raptor/group/checkexports.sh
changeset 0 044383f39525
child 3 e1eecf4d390d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/group/checkexports.sh	Tue Oct 27 16:36:35 2009 +0000
@@ -0,0 +1,7 @@
+#!/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
+