rev-upgrade: Simplistic test file to use with valgrind for memory debugging
--- branches/gsoc11-rev-upgrade/base/src/machista1.0/tests/simple.tcl (rev 0)
+++ branches/gsoc11-rev-upgrade/base/src/machista1.0/tests/simple.tcl 2011-07-28 08:40:36 UTC (rev 81256)
@@ -0,0 +1,9 @@
+load ../machista.dylib
+
+if {$argc < 1} {
+ puts "Usage: $argv0 filename"
+ exit 1
+}
+set h [machista::create_handle]
+machista::destroy_handle $h
+