Added test_time

This commit is contained in:
Barry Warsaw 1996-12-06 23:30:49 +00:00
parent 5bebca2ac2
commit 6ab7f077ff
1 changed files with 4 additions and 0 deletions

View File

@ -33,4 +33,8 @@ print 'test_math'
unload('test_math')
import test_math
print 'test_time'
unload('test_time')
import test_time
print 'Passed all tests.'