Test script for the SGI imgfile module.
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index a4e6da6..d68d2c3 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -31,6 +31,7 @@
 	 'test_grp',
 	 'test_operator',
 	 'test_imageop',
+	 'test_imgfile',
 	 ]
 
 if __name__ == '__main__':