From: guigues Date: Tue, 2 Dec 2008 08:41:27 +0000 (+0000) Subject: A script which loads and unload all the packages in order to test their "loadability... X-Git-Tag: v0.9.1~59 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c2a511aa5b57c9401ad7704913ddb5595bf76e5e;p=bbtk.git A script which loads and unload all the packages in order to test their "loadability". It is configured by cmake in the root of the build tree hence after building you can test typing './bin/bbi TestPackages' --- diff --git a/packages/toolsbbtk/bbs/TestPackages.bbs b/packages/toolsbbtk/bbs/TestPackages.bbs new file mode 100644 index 0000000..637b164 --- /dev/null +++ b/packages/toolsbbtk/bbs/TestPackages.bbs @@ -0,0 +1,40 @@ +print "vtk..." +load vtk +print " - load ok" +unload vtk +print " - unload ok" + +print "std..." +load std +print " - load ok" +unload std +#message package 1 +print " - unload ok" + +print "wx..." +load wx +print " - load ok" +unload wx +print " - unload ok" + + +print "wxvtk..." +load wxvtk +print " - load ok" +unload wxvtk +print " - unload ok" + +print "itk..." +load itk +print " - load ok" +unload itk +print " - unload ok" + +print "itkvtk..." +load itkvtk +print " - load ok" +unload itkvtk +print " - unload ok" + +print "done !" +