"import the code"

AMLImporter new
	baseDirectoryName: 'C:\SWIG-Smalltalk\Examples\smalltalk\class\';
	import: 'ExampleClassTest'

"now you can run these"

ExampleClassTest run.
ExampleClassTest testFinalization.

