forked from github/server
re-enable accidentally disabled tests
This commit is contained in:
parent
091a8de6b6
commit
8b02c540fd
|
@ -1,15 +1,15 @@
|
|||
-- require 'tests.e3.castles'
|
||||
-- require 'tests.e3.stealth'
|
||||
-- require 'tests.e3.spells'
|
||||
require 'tests.e3.castles'
|
||||
require 'tests.e3.stealth'
|
||||
require 'tests.e3.spells'
|
||||
require 'tests.e3.rules'
|
||||
-- require 'tests.e3.parser'
|
||||
-- require 'tests.e3.morale'
|
||||
-- require 'tests.e3.items'
|
||||
-- require 'tests.economy'
|
||||
-- require 'tests.orders'
|
||||
-- require 'tests.common'
|
||||
-- require 'tests.items'
|
||||
-- require 'tests.magicbag'
|
||||
-- require 'tests.process'
|
||||
-- require 'tests.e3.production'
|
||||
-- require 'tests.production'
|
||||
require 'tests.e3.parser'
|
||||
require 'tests.e3.morale'
|
||||
require 'tests.e3.items'
|
||||
require 'tests.economy'
|
||||
require 'tests.orders'
|
||||
require 'tests.common'
|
||||
require 'tests.items'
|
||||
require 'tests.magicbag'
|
||||
require 'tests.process'
|
||||
require 'tests.e3.production'
|
||||
require 'tests.production'
|
||||
|
|
Loading…
Reference in New Issue