Test of the operator module
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 318ab4c..3dc30c3 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -29,6 +29,7 @@
 	 'test_fcntl',
 	 'test_gdbm',
 	 'test_grp',
+	 'test_operator',
 	 ]
 
 if __name__ == '__main__':