2016-01-20 15:29:01 +01:00
|
|
|
TEST_TESTS = TestBaseTest
|
|
|
|
|
|
|
|
|
|
COMMON_TESTS = logTest InheritanceTest PropertyTest \
|
|
|
|
|
systemTest system_netTest system_uidTest \
|
|
|
|
|
type_utilsTest \
|
|
|
|
|
constTest randomTest AddTest AttackTest BurnTest \
|
|
|
|
|
ConnectTest DropTest EatTest \
|
|
|
|
|
MonitorTest NourishTest PickupTest SetupTest \
|
|
|
|
|
TickTest UnseenTest UpdateTest AtlasFileLoaderTest \
|
|
|
|
|
BaseWorldTest DatabaseTest idTest StorageTest \
|
|
|
|
|
debugTest globalsTest OperationRouterTest RouterTest \
|
|
|
|
|
client_socketTest customTest MonitorsTest \
|
|
|
|
|
operationsTest serialnoTest newidTest TypeNodeTest \
|
|
|
|
|
FormattedXMLWriterTest PropertyFactoryTest \
|
|
|
|
|
PropertyManagerTest VariableTest AtlasStreamClientTest \
|
|
|
|
|
ClientTaskTest utilsTest SystemTimeTest \
|
|
|
|
|
TaskKitTest EntityKitTest ScriptKitTest atlas_helpersTest \
|
|
|
|
|
ShakerTest CommSocketTest LinkTest composeTest
|
|
|
|
|
|
|
|
|
|
PHYSICS_TESTS = BBoxTest Vector3DTest QuaternionTest \
|
|
|
|
|
transformTest CollisionTest emergenceTest distanceTest \
|
|
|
|
|
ShapeTest CourseTest
|
|
|
|
|
|
|
|
|
|
MODULE_TESTS = LocationTest WorldTimeTest EntityRefTest DateTimeTest \
|
|
|
|
|
TerrainContextTest
|
|
|
|
|
|
|
|
|
|
RULESETS_TESTS = LocatedEntityTest EntityTest PlantTest \
|
|
|
|
|
StackableTest ThingTest WorldTest \
|
|
|
|
|
CharacterTest CreatorTest ThingupdatePropertiesTest \
|
|
|
|
|
ContainerTest TaskTest EntityPropertyTest \
|
|
|
|
|
AllPropertyTest ScriptTest MotionTest AreaPropertyTest \
|
|
|
|
|
BBoxPropertyTest CalendarPropertyTest \
|
|
|
|
|
LinePropertyTest MindPropertyTest \
|
|
|
|
|
OutfitPropertyTest SolidPropertyTest \
|
|
|
|
|
StatisticsPropertyTest StatusPropertyTest \
|
|
|
|
|
TerrainModPropertyTest TerrainPropertyTest \
|
|
|
|
|
TransientPropertyTest TasksPropertyTest \
|
|
|
|
|
InternalPropertiesTest EntityPropertiesTest \
|
|
|
|
|
SpawnPropertyTest VisibilityPropertyTest \
|
|
|
|
|
ExternalPropertyTest BurnSpeedPropertyTest \
|
|
|
|
|
BiomassPropertyTest DecaysPropertyTest \
|
|
|
|
|
BulletDomainTest AtlasPropertiesTest \
|
|
|
|
|
SpawnerPropertyTest \
|
|
|
|
|
BaseMindTest MemEntityTest MemMapTest MovementTest \
|
|
|
|
|
PedestrianTest \
|
|
|
|
|
ExternalMindTest \
|
|
|
|
|
Python_APITest Py_QuaternionTest Py_Vector3DTest \
|
|
|
|
|
Py_Point3DTest Py_BBoxTest Py_LocationTest \
|
|
|
|
|
Py_RootEntityTest Py_OperationTest Py_OplistTest \
|
|
|
|
|
Py_ThingTest Py_MapTest Py_TaskTest \
|
|
|
|
|
Py_WorldTest Py_MessageTest Py_WorldTimeTest \
|
|
|
|
|
Py_PropertyTest Py_TerrainPropertyTest \
|
|
|
|
|
Py_TerrainModPropertyTest Py_ShapeTest \
|
|
|
|
|
Py_FilterTest \
|
|
|
|
|
PythonWrapperTest PythonEntityScriptTest \
|
|
|
|
|
MindFactoryTest PythonContextTest \
|
|
|
|
|
ArithmeticScriptTest PythonArithmeticScriptTest \
|
|
|
|
|
ArithmeticFactoryTest PythonArithmeticFactoryTest \
|
|
|
|
|
TerrainModTest PythonClassTest \
|
|
|
|
|
TerrainEffectorPropertyTest SuspendedPropertyTest \
|
|
|
|
|
EntityFilterTest EntityFilterParserTest \
|
2016-01-20 16:13:03 +01:00
|
|
|
EntityFilterProvidersTest TransformsPropertyTest \
|
|
|
|
|
ModePropertyTest ModeSpecPropertyTest
|
2010-08-16 00:22:53 +01:00
|
|
|
|
2015-05-23 16:47:45 +02:00
|
|
|
RULESETS_INTEGRATION_TESTS = TerrainPropertyintegration \
|
2013-01-10 23:22:41 +00:00
|
|
|
PropertyEntityintegration \
|
2013-01-11 11:58:29 +00:00
|
|
|
DecaysPropertyintegration \
|
|
|
|
|
BiomassPropertyintegration \
|
2013-01-21 19:10:46 +00:00
|
|
|
TerrainModPropertyintegration \
|
2013-01-24 10:58:12 +00:00
|
|
|
StatisticsPropertyintegration \
|
2013-01-27 01:34:58 +00:00
|
|
|
BaseMindMapEntityintegration \
|
2014-12-30 13:02:53 +01:00
|
|
|
AreaPropertyintegration \
|
2016-06-26 13:18:14 +02:00
|
|
|
SuspendedPropertyintegration \
|
|
|
|
|
ThingIntegration
|
2009-07-04 19:56:26 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CLIENT_TESTS = Py_CreatorClientTest Py_ObserverClientTest \
|
|
|
|
|
ClientConnectionTest BaseClientTest \
|
|
|
|
|
ClientPropertyManagerTest
|
2009-07-04 19:56:26 +01:00
|
|
|
|
2013-01-03 12:22:50 +00:00
|
|
|
CLIENT_INTEGRATION_TESTS = ClientConnectionintegration
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SERVER_TESTS = RulesetTest EntityBuilderTest PropertyFlagTest \
|
|
|
|
|
AccountTest AdminTest PlayerTest buildidTest \
|
|
|
|
|
EntityFactoryTest TaskFactoryTest ConnectionTest \
|
|
|
|
|
TrustedConnectionTest WorldRouterTest PeerTest LobbyTest \
|
|
|
|
|
SpawnTest SpawnEntityTest ArithmeticBuilderTest \
|
|
|
|
|
ServerRoutingTest \
|
|
|
|
|
StorageManagerTest HttpCacheTest \
|
|
|
|
|
ServerAccountTest TeleportAuthenticatorTest \
|
|
|
|
|
TeleportStateTest PendingTeleportTest JunctureTest \
|
|
|
|
|
ConnectableRouterTest RuleHandlerTest OpRuleHandlerTest \
|
|
|
|
|
EntityRuleHandlerTest TaskRuleHandlerTest \
|
|
|
|
|
PropertyRuleHandlerTest \
|
|
|
|
|
IdleConnectorTest CommPSQLSocketTest \
|
|
|
|
|
PersistenceTest \
|
|
|
|
|
SystemAccountTest CorePropertyManagerTest
|
|
|
|
|
|
|
|
|
|
SERVER_COMM_TESTS = CommPeerTest \
|
|
|
|
|
CommMDNSPublisherTest
|
2010-03-18 02:32:03 +00:00
|
|
|
|
2011-09-27 07:38:44 +01:00
|
|
|
SERVER_INTEGRATION_TESTS = WorldRouterintegration Rulesetintegration \
|
2011-12-13 00:32:52 +00:00
|
|
|
Accountintegration \
|
2012-01-12 00:37:43 +00:00
|
|
|
EntityFactoryTypeNodeintegration \
|
2012-08-15 13:07:14 +01:00
|
|
|
AccountConnectionintegration \
|
2012-11-12 20:24:48 -05:00
|
|
|
AccountServerLobbyintegration \
|
2012-11-24 16:27:09 +00:00
|
|
|
ConnectionShakerintegration \
|
2012-11-25 14:48:48 +00:00
|
|
|
ConnectionCharacterintegration \
|
2012-12-03 23:46:17 +00:00
|
|
|
ConnectionCreatorintegration \
|
2012-12-05 22:46:51 +00:00
|
|
|
TrustedConnectionCreatorintegration \
|
2012-11-25 14:48:48 +00:00
|
|
|
AccountConnectionCharacterintegration
|
2010-03-22 16:59:58 +00:00
|
|
|
|
2016-06-26 15:48:04 +02:00
|
|
|
TOOLS_TESTS = AdminClientTest \
|
|
|
|
|
FlusherTest OperationMonitorTest
|
2009-12-28 01:30:14 +00:00
|
|
|
|
2006-05-06 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/newid.cpp, server/server.cpp:
Modify new ID checks so that code still runs when database is
unavailable, and events requiring new IDs fail cleanly.
* server/Connection.cpp: Report a failure to create a player
account if no ID available.
* rulesets/BaseMind.cpp: When processing appearance ops, handle
stamp more efficiently, report an error if ID is missing
from argument.
* server/IdlePSQLConnector.cpp, server/IdlePSQLConnector.h:
Implement re-connecting to the Database if connection is lost.
* rulesets/Character.cpp, rulesets/Entity.cpp, rulesets/Thing.cpp:
Ensure STAMP is present on appearance op args.
* server/CommListener.cpp, server/CommListener.h,
server/CommPeerListener.cpp, server/CommPeerListener.h,
server/CommSlaveListener.cpp, server/CommSlaveListener.h,
server/CommUnixListener.cpp, server/CommUnixListener.h:
Add a return value to method for creating new client socket
objects, and use it to return failure if no ID is available
from the database for a new object.
* rulesets/Py_Point3D.cpp, rulesets/Py_Vector3D.cpp,
rulesets/Python_API.cpp: Add "new" method for class wrappers, and
call the in place constructor from new rather than init. Re-write
internal function for creating new instances so it uses the "new"
method.
* rulesets/Py_Statistics.cpp: Remove some obsolete code inadvertedly
copied from another file. Comment out some unused code to get rid
of a warning.
* server/CommPSQLSocket.cpp: Clear the database connection from
destructor.
* tests/python_class.cpp: A new test for experimenting with new
Python wrappers.
2006-05-06 21:36:57 +00:00
|
|
|
PYTHON_TESTS = python_class
|
|
|
|
|
|
2016-01-20 16:13:30 +01:00
|
|
|
AM_CPPFLAGS = -w -I$(top_srcdir) -I$(top_builddir) \
|
2009-12-29 00:14:45 +00:00
|
|
|
-DTESTDATADIR=\"$(abs_top_srcdir)/tests/data\"
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2014-09-29 23:21:54 +02:00
|
|
|
LIBS = $(COMMON_LIBS) $(PGSQL_LIBS) $(PYTHON_LIBS) $(PYTHON_UTIL_LIBS) $(MATH_LIBS) pthreadforce.o
|
2005-01-18 18:45:48 +00:00
|
|
|
|
2012-08-30 19:39:58 +01:00
|
|
|
TESTS = $(TEST_TESTS) \
|
|
|
|
|
$(COMMON_TESTS) $(PHYSICS_TESTS) $(MODULE_TESTS) $(RULESETS_TESTS) \
|
2010-03-22 16:59:58 +00:00
|
|
|
$(SERVER_TESTS) $(SERVER_COMM_TESTS) $(CLIENT_TESTS) $(TOOLS_TESTS) \
|
2013-01-03 12:22:50 +00:00
|
|
|
$(RULESETS_INTEGRATION_TESTS) $(SERVER_INTEGRATION_TESTS) \
|
|
|
|
|
$(CLIENT_INTEGRATION_TESTS)
|
2003-09-09 01:58:16 +00:00
|
|
|
|
2010-08-31 17:07:25 +01:00
|
|
|
RECHECK_LOGS =
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EXTRA_PROGRAMS = $(PYTHON_TESTS) MasterTest
|
2006-05-06 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/newid.cpp, server/server.cpp:
Modify new ID checks so that code still runs when database is
unavailable, and events requiring new IDs fail cleanly.
* server/Connection.cpp: Report a failure to create a player
account if no ID available.
* rulesets/BaseMind.cpp: When processing appearance ops, handle
stamp more efficiently, report an error if ID is missing
from argument.
* server/IdlePSQLConnector.cpp, server/IdlePSQLConnector.h:
Implement re-connecting to the Database if connection is lost.
* rulesets/Character.cpp, rulesets/Entity.cpp, rulesets/Thing.cpp:
Ensure STAMP is present on appearance op args.
* server/CommListener.cpp, server/CommListener.h,
server/CommPeerListener.cpp, server/CommPeerListener.h,
server/CommSlaveListener.cpp, server/CommSlaveListener.h,
server/CommUnixListener.cpp, server/CommUnixListener.h:
Add a return value to method for creating new client socket
objects, and use it to return failure if no ID is available
from the database for a new object.
* rulesets/Py_Point3D.cpp, rulesets/Py_Vector3D.cpp,
rulesets/Python_API.cpp: Add "new" method for class wrappers, and
call the in place constructor from new rather than init. Re-write
internal function for creating new instances so it uses the "new"
method.
* rulesets/Py_Statistics.cpp: Remove some obsolete code inadvertedly
copied from another file. Comment out some unused code to get rid
of a warning.
* server/CommPSQLSocket.cpp: Clear the database connection from
destructor.
* tests/python_class.cpp: A new test for experimenting with new
Python wrappers.
2006-05-06 21:36:57 +00:00
|
|
|
|
2003-09-09 01:58:16 +00:00
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
|
|
2014-02-02 22:14:53 +01:00
|
|
|
noinst_HEADERS = TestBase.h null_stream.h \
|
|
|
|
|
OperationExerciser.h \
|
|
|
|
|
allOperations.h TestWorld.h \
|
2012-09-25 22:07:12 +01:00
|
|
|
Sink.h Property_stub_impl.h
|
2009-12-29 00:14:45 +00:00
|
|
|
dist-hook:
|
2016-01-20 15:29:01 +01:00
|
|
|
(cd $(top_srcdir)/Tests && tar cf - data) | (cd $(distdir) && tar xf -)
|
2009-12-29 00:14:45 +00:00
|
|
|
|
2014-09-29 23:21:54 +02:00
|
|
|
#We want to build our object file which forces inclusion of pthreads
|
2016-06-09 22:40:05 +02:00
|
|
|
noinst_LIBRARIES = libpthreadforce.a libstubnavigation.a
|
2014-09-29 23:21:54 +02:00
|
|
|
libpthreadforce_a_SOURCES = pthreadforce.cpp
|
|
|
|
|
|
2016-06-09 22:40:05 +02:00
|
|
|
libstubnavigation_a_SOURCES = stubs/navigation/libstub.cpp
|
|
|
|
|
|
|
|
|
|
PYTHON_TESTS_LIBS = $(top_builddir)/rulesets/libscriptpython.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetmind.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetentity.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetbase.a \
|
|
|
|
|
$(top_builddir)/rulesets/libentityfilter.a \
|
|
|
|
|
libstubnavigation.a \
|
|
|
|
|
$(top_builddir)/modules/libmodules.a \
|
|
|
|
|
$(top_builddir)/physics/libphysics.a \
|
|
|
|
|
$(top_builddir)/common/libcommon.a \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
|
|
|
|
|
2012-08-30 19:39:58 +01:00
|
|
|
# TEST_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TestBaseTest_SOURCES = TestBaseTest.cpp
|
2012-08-30 19:39:58 +01:00
|
|
|
|
2003-09-10 00:10:46 +00:00
|
|
|
# COMMON_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
logTest_SOURCES = logTest.cpp
|
|
|
|
|
logTest_LDADD = \
|
2010-03-20 16:15:34 +00:00
|
|
|
$(top_builddir)/common/log.o
|
2003-09-09 01:58:16 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
InheritanceTest_SOURCES = InheritanceTest.cpp
|
|
|
|
|
InheritanceTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/common/Inheritance.o \
|
2010-03-26 02:25:52 +00:00
|
|
|
$(top_builddir)/common/custom.o
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyTest_SOURCES = PropertyTest.cpp
|
|
|
|
|
PropertyTest_LDADD = $(top_builddir)/common/Property.o
|
2004-10-27 17:30:36 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
systemTest_SOURCES = systemTest.cpp
|
|
|
|
|
systemTest_LDADD = \
|
2010-07-28 12:41:35 +01:00
|
|
|
$(top_builddir)/common/system.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
system_netTest_SOURCES = system_netTest.cpp
|
|
|
|
|
system_netTest_LDADD = \
|
2010-07-28 12:41:35 +01:00
|
|
|
$(top_builddir)/common/system_net.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
system_uidTest_SOURCES = system_uidTest.cpp
|
|
|
|
|
system_uidTest_LDADD = \
|
2010-07-12 18:53:06 +01:00
|
|
|
$(top_builddir)/common/system_uid.o
|
2003-09-09 17:17:26 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
type_utilsTest_SOURCES = type_utilsTest.cpp
|
|
|
|
|
type_utilsTest_LDADD = $(top_builddir)/common/type_utils.o
|
2004-11-06 Al Riddoch <alriddoch@zepler.org>
* aiclient/ClientConnection.cpp, client/BaseClient.cpp,
client/CharacterClient.cpp, client/ClientConnection.cpp,
common/Database.cpp, common/FormattedXMLWriter.cpp,
common/inheritance.cpp, common/refno.h, common/terrain_utils.cpp,
common/type_utils.h, common/utility.cpp, modules/WorldTime.cpp,
modules/WorldTime.h, physics/Collision.cpp, rulesets/Area.cpp,
rulesets/BaseMind.cpp, rulesets/Character.cpp, rulesets/Entity.cpp,
rulesets/Line.cpp, rulesets/MemMap.cpp, rulesets/MemMap_methods.h,
rulesets/Movement.cpp, rulesets/Plant.cpp, rulesets/Py_Map.cpp,
rulesets/Py_Object.cpp, rulesets/Py_Operation.cpp,
rulesets/Py_Oplist.cpp, rulesets/PythonMindScript.cpp,
rulesets/PythonThingScript.cpp, rulesets/Python_API.cpp,
rulesets/Stackable.cpp, rulesets/TerrainProperty.cpp,
rulesets/Thing.cpp, rulesets/World.cpp, server/Account.cpp,
server/CommClient.cpp, server/CommServer.cpp, server/Connection.cpp,
server/EntityFactory.cpp, server/Lobby.cpp, server/Persistance.cpp,
server/Player.cpp, server/Restoration.cpp, server/ServerRouting.cpp,
server/WorldRouter.cpp, tests/EntityExerciser.h,
tests/IGEntityExerciser.h, tests/inheritancetest.cpp,
tools/cycmd.cpp, tools/cyconvertrules.cpp, tools/cydbload.cpp,
tools/cyloadrules.cpp:
Tweak for loops to avoid creating a temporary iterator each
iteration.
* tests/type_utilstest.cpp: New test for function which does
list conversions.
2004-11-06 20:36:03 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
constTest_SOURCES = constTest.cpp
|
|
|
|
|
constTest_LDADD = $(top_builddir)/common/const.o
|
2004-12-30 20:01:33 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
randomTest_SOURCES = randomTest.cpp
|
2004-12-30 20:01:33 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AddTest_SOURCES = AddTest.cpp OperationExerciser.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AttackTest_SOURCES = AttackTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BurnTest_SOURCES = BurnTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectTest_SOURCES = ConnectTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
DropTest_SOURCES = DropTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EatTest_SOURCES = EatTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MonitorTest_SOURCES = MonitorTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
NourishTest_SOURCES = NourishTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PickupTest_SOURCES = PickupTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SetupTest_SOURCES = SetupTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TickTest_SOURCES = TickTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
UnseenTest_SOURCES = UnseenTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
UpdateTest_SOURCES = UpdateTest.cpp
|
2006-12-05 Al Riddoch <alriddoch@zepler.org>
* OperationExerciser.cpp, OperationExerciser.h: Template class to
exercise and test custom operation classes.
* Attacktest.cpp, Burntest.cpp, Choptest.cpp, Connecttest.cpp,
Cuttest.cpp, Delvetest.cpp, Digtest.cpp, Droptest.cpp,
Eattest.cpp, Monitortest.cpp, Mowtest.cpp, Nourishtest.cpp,
Pickuptest.cpp, Setuptest.cpp, Ticktest.cpp, Unseentest.cpp,
Updatetest.cpp: Use OperationExerciser on all current custom op
classes.
2006-12-05 09:39:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AtlasFileLoaderTest_SOURCES = AtlasFileLoaderTest.cpp
|
|
|
|
|
AtlasFileLoaderTest_LDADD = \
|
2010-03-20 16:15:34 +00:00
|
|
|
$(top_builddir)/common/AtlasFileLoader.o
|
2006-12-05 20:44:49 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BaseWorldTest_SOURCES = BaseWorldTest.cpp
|
|
|
|
|
BaseWorldTest_LDADD = \
|
2010-03-20 16:15:34 +00:00
|
|
|
$(top_builddir)/common/BaseWorld.o
|
2006-12-06 07:48:01 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
DatabaseTest_SOURCES = DatabaseTest.cpp
|
|
|
|
|
DatabaseTest_LDADD = \
|
2010-03-20 17:02:40 +00:00
|
|
|
$(top_builddir)/common/Database.o
|
2006-12-06 08:11:23 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
idTest_SOURCES = idTest.cpp
|
|
|
|
|
idTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/common/id.o
|
2006-12-06 09:11:21 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StorageTest_SOURCES = StorageTest.cpp
|
|
|
|
|
StorageTest_LDADD = \
|
2011-04-20 20:10:05 +01:00
|
|
|
$(top_builddir)/common/Storage.o
|
2006-12-07 08:22:33 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
debugTest_SOURCES = debugTest.cpp
|
|
|
|
|
debugTest_LDADD = $(top_builddir)/common/debug.o
|
2006-12-07 09:02:42 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
globalsTest_SOURCES = globalsTest.cpp
|
|
|
|
|
globalsTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/common/globals.o
|
2007-04-29 14:17:11 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
OperationRouterTest_SOURCES = OperationRouterTest.cpp
|
|
|
|
|
OperationRouterTest_LDADD = $(top_builddir)/common/OperationRouter.o
|
2009-04-30 08:11:53 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
RouterTest_SOURCES = RouterTest.cpp
|
|
|
|
|
RouterTest_LDADD = \
|
2010-03-24 01:59:06 +00:00
|
|
|
$(top_builddir)/common/Router.o
|
2009-04-30 08:11:53 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
client_socketTest_SOURCES = client_socketTest.cpp
|
|
|
|
|
client_socketTest_LDADD = \
|
2010-08-20 01:07:52 +01:00
|
|
|
$(top_builddir)/common/client_socket.o
|
2009-04-30 10:47:30 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
customTest_SOURCES = customTest.cpp
|
|
|
|
|
customTest_LDADD = \
|
2010-03-24 02:08:01 +00:00
|
|
|
$(top_builddir)/common/custom.o
|
2009-05-02 19:52:59 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MonitorsTest_SOURCES = MonitorsTest.cpp
|
|
|
|
|
MonitorsTest_LDADD = \
|
2009-09-04 04:29:16 +01:00
|
|
|
$(top_builddir)/common/Monitors.o \
|
|
|
|
|
$(top_builddir)/common/Variable.o
|
2009-05-02 20:05:12 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
operationsTest_SOURCES = operationsTest.cpp
|
|
|
|
|
operationsTest_LDADD = $(top_builddir)/common/const.o
|
2009-05-03 04:00:34 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
serialnoTest_SOURCES = serialnoTest.cpp
|
2009-05-03 04:11:23 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
newidTest_SOURCES = newidTest.cpp
|
|
|
|
|
newidTest_LDADD = \
|
2010-03-24 02:14:16 +00:00
|
|
|
$(top_builddir)/common/newid.o
|
2009-05-03 04:03:25 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TypeNodeTest_SOURCES = TypeNodeTest.cpp
|
|
|
|
|
TypeNodeTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-03 04:18:36 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
FormattedXMLWriterTest_SOURCES = FormattedXMLWriterTest.cpp
|
|
|
|
|
FormattedXMLWriterTest_LDADD = $(top_builddir)/common/FormattedXMLWriter.o
|
2009-05-03 15:38:31 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyFactoryTest_SOURCES = PropertyFactoryTest.cpp
|
|
|
|
|
PropertyFactoryTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/common/PropertyFactory.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-03 15:51:26 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyManagerTest_SOURCES = PropertyManagerTest.cpp
|
|
|
|
|
PropertyManagerTest_LDADD = $(top_builddir)/common/PropertyManager.o
|
2009-05-03 15:58:04 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
VariableTest_SOURCES = VariableTest.cpp
|
|
|
|
|
VariableTest_LDADD = \
|
2009-11-09 13:32:16 +00:00
|
|
|
$(top_builddir)/common/Variable.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AtlasStreamClientTest_SOURCES = AtlasStreamClientTest.cpp
|
|
|
|
|
AtlasStreamClientTest_LDADD = \
|
2009-11-29 21:21:02 +00:00
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
|
|
|
|
$(NETWORK_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ClientTaskTest_SOURCES = ClientTaskTest.cpp
|
|
|
|
|
ClientTaskTest_LDADD = \
|
2009-11-29 22:37:09 +00:00
|
|
|
$(top_builddir)/common/ClientTask.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
utilsTest_SOURCES = utilsTest.cpp
|
|
|
|
|
utilsTest_LDADD = \
|
2010-11-25 19:41:57 +00:00
|
|
|
$(top_builddir)/common/utils.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SystemTimeTest_SOURCES = SystemTimeTest.cpp
|
|
|
|
|
SystemTimeTest_LDADD = \
|
2011-10-31 10:35:37 +01:00
|
|
|
$(top_builddir)/common/SystemTime.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TaskKitTest_SOURCES = TaskKitTest.cpp
|
|
|
|
|
TaskKitTest_LDADD = \
|
2011-12-20 15:16:46 +00:00
|
|
|
$(top_builddir)/common/TaskKit.o
|
2012-10-08 14:54:04 -04:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ShakerTest_SOURCES = ShakerTest.cpp
|
|
|
|
|
ShakerTest_LDADD = \
|
2012-10-08 14:54:04 -04:00
|
|
|
$(top_builddir)/common/Shaker.o
|
2011-12-20 15:16:46 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ScriptKitTest_SOURCES = ScriptKitTest.cpp
|
|
|
|
|
ScriptKitTest_LDADD = \
|
2011-12-21 14:09:28 +00:00
|
|
|
$(top_builddir)/common/ScriptKit.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityKitTest_SOURCES = EntityKitTest.cpp
|
|
|
|
|
EntityKitTest_LDADD = \
|
2011-12-21 11:22:32 +00:00
|
|
|
$(top_builddir)/common/EntityKit.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
atlas_helpersTest_SOURCES = atlas_helpersTest.cpp
|
|
|
|
|
atlas_helpersTest_LDADD = \
|
2011-12-21 11:36:31 +00:00
|
|
|
$(top_builddir)/common/atlas_helpers.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
LinkTest_SOURCES = LinkTest.cpp
|
|
|
|
|
LinkTest_LDADD = \
|
2012-11-23 11:05:59 +00:00
|
|
|
$(top_builddir)/common/Link.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CommSocketTest_SOURCES = CommSocketTest.cpp
|
|
|
|
|
CommSocketTest_LDADD = \
|
2012-11-23 11:05:59 +00:00
|
|
|
$(top_builddir)/common/CommSocket.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
composeTest_SOURCES = composeTest.cpp
|
2012-12-10 22:22:48 +00:00
|
|
|
|
2003-10-15 00:56:13 +00:00
|
|
|
# PHYSICS_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BBoxTest_SOURCES = BBoxTest.cpp
|
|
|
|
|
BBoxTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/physics/BBox.o \
|
|
|
|
|
$(top_builddir)/common/const.o
|
2009-04-29 17:28:50 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Vector3DTest_SOURCES = Vector3DTest.cpp
|
|
|
|
|
Vector3DTest_LDADD = $(top_builddir)/physics/Vector3D.o
|
2009-04-29 17:55:41 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
QuaternionTest_SOURCES = QuaternionTest.cpp
|
|
|
|
|
QuaternionTest_LDADD = $(top_builddir)/physics/Quaternion.o
|
2009-04-29 23:43:10 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CollisionTest_SOURCES = CollisionTest.cpp
|
|
|
|
|
CollisionTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/physics/Collision.o \
|
|
|
|
|
$(top_builddir)/physics/BBox.o \
|
|
|
|
|
$(top_builddir)/physics/Vector3D.o \
|
2010-03-29 08:41:51 +01:00
|
|
|
$(top_builddir)/modules/Location.o
|
2003-10-15 00:56:13 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
emergenceTest_SOURCES = emergenceTest.cpp
|
|
|
|
|
emergenceTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/physics/Collision.o \
|
|
|
|
|
$(top_builddir)/physics/BBox.o \
|
|
|
|
|
$(top_builddir)/physics/Vector3D.o \
|
2010-03-29 08:52:31 +01:00
|
|
|
$(top_builddir)/modules/Location.o
|
2004-03-15 02:09:04 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
transformTest_SOURCES = transformTest.cpp
|
2003-10-15 00:56:13 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
distanceTest_SOURCES = distanceTest.cpp
|
|
|
|
|
distanceTest_LDADD = \
|
2010-03-29 08:52:31 +01:00
|
|
|
$(top_builddir)/physics/Vector3D.o \
|
|
|
|
|
$(top_builddir)/modules/Location.o
|
2004-09-23 22:09:45 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ShapeTest_SOURCES = ShapeTest.cpp
|
|
|
|
|
ShapeTest_LDADD = \
|
2012-04-26 21:00:23 +01:00
|
|
|
$(top_builddir)/physics/Shape.o \
|
|
|
|
|
$(top_builddir)/physics/Course.o
|
2011-01-12 18:39:39 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CourseTest_SOURCES = CourseTest.cpp
|
|
|
|
|
CourseTest_LDADD = \
|
2012-05-01 10:54:52 +01:00
|
|
|
$(top_builddir)/physics/Course.o
|
|
|
|
|
|
2003-09-10 00:10:46 +00:00
|
|
|
# MODULE_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
DateTimeTest_SOURCES = DateTimeTest.cpp
|
|
|
|
|
DateTimeTest_LDADD = $(top_builddir)/modules/DateTime.o
|
2009-05-07 15:02:49 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
LocationTest_SOURCES = LocationTest.cpp
|
|
|
|
|
LocationTest_LDADD = \
|
2010-03-26 01:23:34 +00:00
|
|
|
$(top_builddir)/modules/Location.o \
|
2010-03-26 01:26:16 +00:00
|
|
|
$(top_builddir)/physics/libphysics.a
|
2003-09-10 00:10:46 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
WorldTimeTest_SOURCES = WorldTimeTest.cpp
|
|
|
|
|
WorldTimeTest_LDADD = \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(top_builddir)/modules/WorldTime.o \
|
|
|
|
|
$(top_builddir)/modules/DateTime.o
|
2004-09-05 19:31:46 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityRefTest_SOURCES = EntityRefTest.cpp
|
|
|
|
|
EntityRefTest_LDADD = \
|
2010-03-20 17:02:40 +00:00
|
|
|
$(top_builddir)/modules/EntityRef.o
|
2006-12-04 00:50:38 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainContextTest_SOURCES = TerrainContextTest.cpp
|
|
|
|
|
TerrainContextTest_LDADD = \
|
2010-09-17 21:40:16 +01:00
|
|
|
$(top_builddir)/modules/TerrainContext.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2003-09-10 16:08:28 +00:00
|
|
|
# RULESETS_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
LocatedEntityTest_SOURCES = LocatedEntityTest.cpp \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
LocatedEntityTest_LDADD = \
|
2010-03-26 01:57:15 +00:00
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o
|
2007-12-02 20:54:51 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityTest_SOURCES = EntityTest.cpp \
|
2010-03-31 01:19:04 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityTest_LDADD = \
|
2010-03-29 00:00:09 +01:00
|
|
|
$(top_builddir)/rulesets/Entity.o
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PlantTest_SOURCES = PlantTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-13 11:40:01 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
PlantTest_LDADD = \
|
2010-03-29 09:21:55 +01:00
|
|
|
$(top_builddir)/rulesets/Plant.o
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StackableTest_SOURCES = StackableTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
StackableTest_LDADD = \
|
2010-03-29 09:28:16 +01:00
|
|
|
$(top_builddir)/rulesets/Stackable.o
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ThingTest_SOURCES = ThingTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
ThingTest_LDADD = \
|
2010-04-01 01:51:13 +01:00
|
|
|
$(top_builddir)/rulesets/Thing.o
|
2004-05-21 21:16:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
WorldTest_SOURCES = WorldTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
WorldTest_LDADD = \
|
2010-03-30 02:03:10 +01:00
|
|
|
$(top_builddir)/rulesets/World.o
|
2003-09-10 21:40:27 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CharacterTest_SOURCES = CharacterTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
CharacterTest_LDADD = \
|
2015-12-19 15:28:29 +01:00
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/physics/Quaternion.o
|
2004-08-28 Al Riddoch <alriddoch@zepler.org>
* common/BaseEntity.h, common/BaseEntity.cpp, rulesets/BaseMind.h,
rulesets/Character.h, rulesets/Character.cpp, rulesets/Entity.cpp,
rulesets/Entity.h, server/Connection.cpp, tests/EntityExerciser.h:
Remove externalMessage() completely as its redundant, and remove
externalOperation() from the BaseEntity class, and into
Entity as its only applicable in-game.
* tests/Charactertest.cpp, tests/Creatortest.cpp:
Add tests for more IG classes.
2004-08-28 21:54:03 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CreatorTest_SOURCES = CreatorTest.cpp \
|
2010-03-31 01:35:57 +01:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
IGEntityExerciser.cpp IGEntityExerciser.h \
|
2012-08-10 14:56:00 +01:00
|
|
|
EntityExerciser.cpp EntityExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
CreatorTest_LDADD = \
|
2010-04-04 22:49:39 +01:00
|
|
|
$(top_builddir)/rulesets/Creator.o
|
2004-12-26 23:48:32 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ThingupdatePropertiesTest_SOURCES = ThingupdatePropertiesTest.cpp
|
|
|
|
|
ThingupdatePropertiesTest_LDADD = \
|
2012-12-18 23:27:39 +00:00
|
|
|
$(top_builddir)/rulesets/Thing.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2006-12-29 01:00:07 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ContainerTest_SOURCES = ContainerTest.cpp
|
|
|
|
|
ContainerTest_LDADD = $(top_builddir)/rulesets/Container.o
|
2004-12-28 Al Riddoch <alriddoch@zepler.org>
* common/OOGThing.cpp, common/Property.cpp, common/Property.h,
common/Property_impl.h, common/inheritance.h, common/operations.cpp,
rulesets/World.cpp: Update some comments.
* rulesets/Task.h, rulesets/Task.cpp, tests/Tasktest.cpp,
rulesets/Fell.h, rulesets/Fell.cpp: New Task interface for
tasks which take a while to complete. Sample implentation provided
in the form of a Fell task for felling trees.
* rulesets/Character.cpp, rulesets/Character.h: Try out Task
implementation with Fell.
2004-12-28 02:14:17 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TaskTest_SOURCES = TaskTest.cpp
|
|
|
|
|
TaskTest_LDADD = \
|
2010-04-05 04:58:32 +01:00
|
|
|
$(top_builddir)/rulesets/Task.o
|
2005-11-18 01:11:42 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityPropertyTest_SOURCES = EntityPropertyTest.cpp
|
|
|
|
|
EntityPropertyTest_LDADD = \
|
2010-04-06 01:48:34 +01:00
|
|
|
$(top_builddir)/rulesets/EntityProperty.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2006-12-05 06:48:57 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AllPropertyTest_SOURCES = AllPropertyTest.cpp \
|
2010-04-07 01:00:17 +01:00
|
|
|
PropertyExerciser.cpp PropertyExerciser.h
|
2016-01-20 15:29:01 +01:00
|
|
|
AllPropertyTest_LDADD = \
|
2010-04-07 01:00:17 +01:00
|
|
|
$(top_builddir)/rulesets/AreaProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/AtlasProperties.o \
|
|
|
|
|
$(top_builddir)/rulesets/CalendarProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/EntityProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LineProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/OutfitProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/StatisticsProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainProperty.o \
|
2012-01-10 14:11:19 +00:00
|
|
|
$(top_builddir)/rulesets/TerrainEffectorProperty.o \
|
2010-04-07 01:00:17 +01:00
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/modules/DateTime.o \
|
2010-09-17 22:17:21 +01:00
|
|
|
$(top_builddir)/modules/TerrainContext.o \
|
2010-04-07 01:00:17 +01:00
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/Inheritance.o \
|
|
|
|
|
$(top_builddir)/common/custom.o \
|
|
|
|
|
$(top_builddir)/common/operations.o \
|
2012-01-10 14:11:19 +00:00
|
|
|
$(top_builddir)/physics/Shape.o \
|
2012-04-26 21:00:23 +01:00
|
|
|
$(top_builddir)/physics/Course.o \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(TERRAIN_LIBS)
|
2007-01-11 22:35:05 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ScriptTest_SOURCES = ScriptTest.cpp
|
|
|
|
|
ScriptTest_LDADD = $(top_builddir)/rulesets/Script.o
|
2009-04-30 07:11:36 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MotionTest_SOURCES = MotionTest.cpp
|
|
|
|
|
MotionTest_LDADD = \
|
2012-12-19 22:51:37 +00:00
|
|
|
$(top_builddir)/rulesets/Motion.o \
|
2014-09-29 19:24:05 +02:00
|
|
|
$(top_builddir)/rulesets/PhysicalDomain.o \
|
2012-12-19 22:51:37 +00:00
|
|
|
$(top_builddir)/physics/BBox.o \
|
|
|
|
|
$(top_builddir)/physics/Collision.o
|
2009-05-05 11:48:38 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AreaPropertyTest_SOURCES = AreaPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
AreaPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/AreaProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 13:34:17 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BBoxPropertyTest_SOURCES = BBoxPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
BBoxPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/BBoxProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CalendarPropertyTest_SOURCES = CalendarPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
CalendarPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/CalendarProperty.o \
|
|
|
|
|
$(top_builddir)/modules/DateTime.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
LinePropertyTest_SOURCES = LinePropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
LinePropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/LineProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MindPropertyTest_SOURCES = MindPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
MindPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/MindProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 16:13:03 +01:00
|
|
|
ModePropertyTest_SOURCES = ModePropertyTest.cpp \
|
|
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
|
|
|
|
ModePropertyTest_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/ModeProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
|
|
|
|
ModeSpecPropertyTest_SOURCES = ModeSpecPropertyTest.cpp \
|
|
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
|
|
|
|
ModeSpecPropertyTest_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/ModeSpecProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
OutfitPropertyTest_SOURCES = OutfitPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
OutfitPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/OutfitProperty.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SolidPropertyTest_SOURCES = SolidPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
SolidPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/SolidProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StatisticsPropertyTest_SOURCES = StatisticsPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
StatisticsPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/StatisticsProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StatusPropertyTest_SOURCES = StatusPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
StatusPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/StatusProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SuspendedPropertyTest_SOURCES = SuspendedPropertyTest.cpp \
|
2013-04-01 00:35:58 +02:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
SuspendedPropertyTest_LDADD = \
|
2013-04-01 00:35:58 +02:00
|
|
|
$(top_builddir)/rulesets/SuspendedProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainModPropertyTest_SOURCES = TerrainModPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainModPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/TerrainModProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(TERRAIN_LIBS)
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 14:47:15 +01:00
|
|
|
TransformsPropertyTest_SOURCES = TransformsPropertyTest.cpp \
|
2016-01-18 16:21:00 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 14:47:15 +01:00
|
|
|
TransformsPropertyTest_LDADD = \
|
2016-01-18 16:21:00 +01:00
|
|
|
$(top_builddir)/rulesets/TransformsProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonClassTest_SOURCES = PythonClassTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonClassTest_LDADD = \
|
2011-11-08 20:43:13 +00:00
|
|
|
$(top_builddir)/rulesets/PythonClass.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainPropertyTest_SOURCES = TerrainPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/TerrainProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
2009-05-18 13:13:46 +01:00
|
|
|
$(TERRAIN_LIBS)
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TransientPropertyTest_SOURCES = TransientPropertyTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
TransientPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/TransientProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TasksPropertyTest_SOURCES = TasksPropertyTest.cpp \
|
2009-06-17 19:32:57 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
TasksPropertyTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/TasksProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-06-17 19:32:57 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
InternalPropertiesTest_SOURCES = InternalPropertiesTest.cpp \
|
2009-07-17 09:38:35 +02:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
InternalPropertiesTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/InternalProperties.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-07-17 09:38:35 +02:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityPropertiesTest_SOURCES = EntityPropertiesTest.cpp \
|
2009-07-17 09:46:56 +02:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityPropertiesTest_LDADD = \
|
2010-04-15 00:56:09 +01:00
|
|
|
$(top_builddir)/rulesets/EntityProperties.o \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/common/Property.o
|
2009-07-17 09:46:56 +02:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AtlasPropertiesTest_SOURCES = AtlasPropertiesTest.cpp \
|
2009-05-18 13:13:46 +01:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
AtlasPropertiesTest_LDADD = \
|
2010-04-08 23:57:49 +01:00
|
|
|
$(top_builddir)/rulesets/AtlasProperties.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2009-05-06 15:06:33 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnPropertyTest_SOURCES = SpawnPropertyTest.cpp \
|
2010-01-03 01:19:01 +00:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnPropertyTest_LDADD = \
|
2010-04-15 00:58:47 +01:00
|
|
|
$(top_builddir)/rulesets/SpawnProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnerPropertyTest_SOURCES = SpawnerPropertyTest.cpp \
|
2013-10-02 15:46:32 +02:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnerPropertyTest_LDADD = \
|
2013-10-02 15:46:32 +02:00
|
|
|
$(top_builddir)/rulesets/SpawnerProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
VisibilityPropertyTest_SOURCES = VisibilityPropertyTest.cpp \
|
2011-01-07 22:39:30 +00:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
VisibilityPropertyTest_LDADD = \
|
2011-01-07 22:39:30 +00:00
|
|
|
$(top_builddir)/rulesets/VisibilityProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ExternalPropertyTest_SOURCES = ExternalPropertyTest.cpp
|
|
|
|
|
ExternalPropertyTest_LDADD = \
|
2012-11-23 23:58:56 +00:00
|
|
|
$(top_builddir)/rulesets/ExternalProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BurnSpeedPropertyTest_SOURCES = BurnSpeedPropertyTest.cpp \
|
2013-02-14 19:03:08 +00:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
BurnSpeedPropertyTest_LDADD = \
|
2013-02-14 19:03:08 +00:00
|
|
|
$(top_builddir)/rulesets/BurnSpeedProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BiomassPropertyTest_SOURCES = BiomassPropertyTest.cpp \
|
2013-02-14 19:16:29 +00:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
BiomassPropertyTest_LDADD = \
|
2013-02-14 19:16:29 +00:00
|
|
|
$(top_builddir)/rulesets/BiomassProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
DecaysPropertyTest_SOURCES = DecaysPropertyTest.cpp \
|
2013-02-14 19:32:24 +00:00
|
|
|
PropertyCoverage.cpp PropertyCoverage.h
|
2016-01-20 15:29:01 +01:00
|
|
|
DecaysPropertyTest_LDADD = \
|
2013-02-14 19:32:24 +00:00
|
|
|
$(top_builddir)/rulesets/DecaysProperty.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BulletDomainTest_SOURCES = BulletDomainTest.cpp
|
|
|
|
|
BulletDomainTest_LDADD = \
|
2011-06-30 19:42:36 +01:00
|
|
|
$(top_builddir)/rulesets/BulletDomain.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BaseMindTest_SOURCES = BaseMindTest.cpp
|
|
|
|
|
BaseMindTest_LDADD = \
|
2012-12-20 11:30:48 +00:00
|
|
|
$(top_builddir)/rulesets/BaseMind.o \
|
|
|
|
|
$(top_builddir)/rulesets/MemMap.o
|
2009-05-19 17:56:56 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MemEntityTest_SOURCES = MemEntityTest.cpp
|
|
|
|
|
MemEntityTest_LDADD = \
|
2010-04-20 01:35:49 +01:00
|
|
|
$(top_builddir)/rulesets/MemEntity.o
|
2009-05-19 18:27:00 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MemMapTest_SOURCES = MemMapTest.cpp
|
|
|
|
|
MemMapTest_LDADD = \
|
2010-04-20 01:35:49 +01:00
|
|
|
$(top_builddir)/rulesets/MemMap.o
|
2009-05-20 01:30:46 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MovementTest_SOURCES = MovementTest.cpp
|
|
|
|
|
MovementTest_LDADD = \
|
2010-04-20 01:39:29 +01:00
|
|
|
$(top_builddir)/rulesets/Movement.o
|
2009-05-20 16:15:31 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PedestrianTest_SOURCES = PedestrianTest.cpp
|
|
|
|
|
PedestrianTest_LDADD = \
|
2010-05-02 22:41:06 +01:00
|
|
|
$(top_builddir)/rulesets/Pedestrian.o \
|
|
|
|
|
$(top_builddir)/rulesets/Movement.o
|
2009-05-20 18:33:08 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ExternalMindTest_SOURCES = ExternalMindTest.cpp
|
|
|
|
|
ExternalMindTest_LDADD = \
|
2012-11-23 16:11:21 +00:00
|
|
|
$(top_builddir)/rulesets/ExternalMind.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Python_APITest_SOURCES = Python_APITest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Python_APITest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-18 00:51:13 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_QuaternionTest_SOURCES = Py_QuaternionTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_QuaternionTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_Vector3DTest_SOURCES = Py_Vector3DTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_Vector3DTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-16 03:36:51 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_Point3DTest_SOURCES = Py_Point3DTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_Point3DTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-17 05:02:49 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_BBoxTest_SOURCES = Py_BBoxTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_BBoxTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-18 00:51:13 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_LocationTest_SOURCES = Py_LocationTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_LocationTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-19 00:25:51 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_RootEntityTest_SOURCES = Py_RootEntityTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_RootEntityTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-19 01:37:44 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_OperationTest_SOURCES = Py_OperationTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_OperationTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-19 15:25:39 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_OplistTest_SOURCES = Py_OplistTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_OplistTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-19 15:49:52 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_ThingTest_SOURCES = Py_ThingTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
TestPropertyManager.cpp TestPropertyManager.h \
|
|
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_ThingTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-25 03:15:53 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_MapTest_SOURCES = Py_MapTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_MapTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-25 16:35:25 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_TaskTest_SOURCES = Py_TaskTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_TaskTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-25 16:35:25 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_WorldTest_SOURCES = Py_WorldTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_WorldTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-27 04:07:04 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_MessageTest_SOURCES = Py_MessageTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_MessageTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-27 15:04:55 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_WorldTimeTest_SOURCES = Py_WorldTimeTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_WorldTimeTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-11-16 03:14:53 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_PropertyTest_SOURCES = Py_PropertyTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_PropertyTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-11-16 04:01:27 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_TerrainPropertyTest_SOURCES = Py_TerrainPropertyTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_TerrainPropertyTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-05-28 02:18:41 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_TerrainModPropertyTest_SOURCES = Py_TerrainModPropertyTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_TerrainModPropertyTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2011-12-27 16:43:09 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_ShapeTest_SOURCES = Py_ShapeTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_ShapeTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2011-01-13 19:33:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_FilterTest_SOURCES = Py_FilterTest.cpp \
|
2014-08-05 21:52:03 -04:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
Py_FilterTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2011-01-13 19:33:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonWrapperTest_SOURCES = PythonWrapperTest.cpp
|
|
|
|
|
PythonWrapperTest_LDADD = \
|
2010-09-01 18:29:35 +01:00
|
|
|
$(top_builddir)/rulesets/PythonWrapper.o
|
2009-11-14 02:36:44 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonEntityScriptTest_SOURCES = PythonEntityScriptTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-06-26 15:48:04 +02:00
|
|
|
PythonEntityScriptTest_LDADD = $(PYTHON_TESTS_LIBS)
|
2009-11-14 03:18:59 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MindFactoryTest_SOURCES = MindFactoryTest.cpp
|
|
|
|
|
MindFactoryTest_LDADD = \
|
2010-05-03 00:16:10 +01:00
|
|
|
$(top_builddir)/rulesets/MindFactory.o
|
2009-11-14 05:07:59 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonContextTest_SOURCES = PythonContextTest.cpp
|
|
|
|
|
PythonContextTest_LDADD = \
|
2010-09-01 15:06:44 +01:00
|
|
|
$(top_builddir)/rulesets/PythonContext.o
|
2009-11-14 18:10:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ArithmeticScriptTest_SOURCES = ArithmeticScriptTest.cpp
|
|
|
|
|
ArithmeticScriptTest_LDADD = \
|
2010-09-01 15:09:35 +01:00
|
|
|
$(top_builddir)/rulesets/ArithmeticScript.o
|
2009-11-15 10:02:05 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonArithmeticScriptTest_SOURCES = PythonArithmeticScriptTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonArithmeticScriptTest_LDADD = \
|
2010-09-01 18:00:26 +01:00
|
|
|
$(top_builddir)/rulesets/PythonArithmeticScript.o
|
2009-11-15 21:51:34 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ArithmeticFactoryTest_SOURCES = ArithmeticFactoryTest.cpp
|
|
|
|
|
ArithmeticFactoryTest_LDADD = \
|
2010-09-01 15:12:32 +01:00
|
|
|
$(top_builddir)/rulesets/ArithmeticFactory.o
|
2009-11-16 02:37:16 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonArithmeticFactoryTest_SOURCES = PythonArithmeticFactoryTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-01-20 15:29:01 +01:00
|
|
|
PythonArithmeticFactoryTest_LDADD = \
|
2011-12-19 11:35:41 +00:00
|
|
|
$(top_builddir)/rulesets/PythonArithmeticFactory.o \
|
|
|
|
|
$(top_builddir)/rulesets/PythonClass.o
|
2010-07-13 18:14:43 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainModTest_SOURCES = TerrainModTest.cpp
|
|
|
|
|
TerrainModTest_LDADD = \
|
2011-01-08 00:09:03 +00:00
|
|
|
$(top_builddir)/rulesets/TerrainModTranslator.o \
|
2010-09-13 18:04:41 +01:00
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2012-09-25 13:50:54 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainEffectorPropertyTest_SOURCES = TerrainEffectorPropertyTest.cpp
|
|
|
|
|
TerrainEffectorPropertyTest_LDADD = \
|
2012-09-25 13:50:54 +01:00
|
|
|
$(top_builddir)/rulesets/TerrainEffectorProperty.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityFilterTest_SOURCES = EntityFilterTest.cpp
|
|
|
|
|
EntityFilterTest_LDADD = \
|
2014-07-23 12:46:45 -04:00
|
|
|
$(top_builddir)/rulesets/libentityfilter.a \
|
2014-07-21 19:02:49 -04:00
|
|
|
$(top_builddir)/rulesets/EntityProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/OutfitProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/BBoxProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o
|
2015-05-05 13:26:50 -07:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityFilterParserTest_SOURCES = EntityFilterParserTest.cpp
|
|
|
|
|
EntityFilterParserTest_LDADD = \
|
2015-05-05 13:26:50 -07:00
|
|
|
$(top_builddir)/rulesets/libentityfilter.a \
|
|
|
|
|
$(top_builddir)/rulesets/EntityProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/OutfitProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/BBoxProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityFilterProvidersTest_SOURCES = EntityFilterProvidersTest.cpp
|
|
|
|
|
EntityFilterProvidersTest_LDADD = \
|
2015-05-05 13:26:50 -07:00
|
|
|
$(top_builddir)/rulesets/libentityfilter.a \
|
|
|
|
|
$(top_builddir)/rulesets/EntityProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/OutfitProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/BBoxProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o
|
2014-07-21 19:02:49 -04:00
|
|
|
|
2011-12-16 09:20:30 +00:00
|
|
|
# RULESETS_INTEGRATION
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainPropertyintegration_SOURCES = TerrainPropertyIntegration.cpp
|
2012-01-08 20:59:07 +00:00
|
|
|
TerrainPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainModProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainEffectorProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainModTranslator.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/rulesets/Domain.o \
|
|
|
|
|
$(top_builddir)/rulesets/AtlasProperties.o \
|
|
|
|
|
$(top_builddir)/modules/libmodules.a \
|
|
|
|
|
$(top_builddir)/physics/libphysics.a \
|
|
|
|
|
$(top_builddir)/common/BaseWorld.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o \
|
|
|
|
|
$(top_builddir)/common/Router.o \
|
|
|
|
|
$(top_builddir)/common/operations.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyEntityintegration_SOURCES = PropertyEntityIntegration.cpp
|
2013-01-05 21:05:59 +00:00
|
|
|
PropertyEntityintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
2013-01-06 01:30:17 +00:00
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o
|
2013-01-05 21:05:59 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
DecaysPropertyintegration_SOURCES = DecaysPropertyIntegration.cpp
|
2013-01-10 23:22:41 +00:00
|
|
|
DecaysPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/DecaysProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BiomassPropertyintegration_SOURCES = BiomassPropertyIntegration.cpp
|
2013-01-11 11:58:29 +00:00
|
|
|
BiomassPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/BiomassProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TerrainModPropertyintegration_SOURCES = TerrainModPropertyIntegration.cpp
|
2013-01-11 11:58:29 +00:00
|
|
|
TerrainModPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainEffectorProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainModProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainModTranslator.o \
|
|
|
|
|
$(top_builddir)/rulesets/TerrainProperty.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/modules/TerrainContext.o \
|
|
|
|
|
$(top_builddir)/common/Property.o \
|
|
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StatisticsPropertyintegration_SOURCES = StatisticsPropertyIntegration.cpp
|
2013-01-21 19:10:46 +00:00
|
|
|
StatisticsPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/StatisticsProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BaseMindMapEntityintegration_SOURCES = BaseMindMapEntityIntegration.cpp
|
2013-01-24 10:58:12 +00:00
|
|
|
BaseMindMapEntityintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/BaseMind.o \
|
|
|
|
|
$(top_builddir)/rulesets/MemEntity.o \
|
2013-06-02 20:14:46 +02:00
|
|
|
$(top_builddir)/rulesets/MemMap.o \
|
2013-06-03 22:08:15 +02:00
|
|
|
$(top_builddir)/rulesets/BBoxProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/SolidProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/InternalProperties.o \
|
|
|
|
|
$(top_builddir)/modules/Location.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
|
|
|
|
|
2013-01-21 19:10:46 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AreaPropertyintegration_SOURCES = AreaPropertyIntegration.cpp
|
2013-01-27 01:34:58 +00:00
|
|
|
AreaPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/AreaProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/physics/Course.o \
|
|
|
|
|
$(top_builddir)/physics/Shape.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SuspendedPropertyintegration_SOURCES = SuspendedPropertyIntegration.cpp
|
2014-12-30 13:02:53 +01:00
|
|
|
SuspendedPropertyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/SuspendedProperty.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/common/libcommon.a
|
2016-06-26 13:18:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
ThingIntegration_SOURCES = ThingIntegration.cpp
|
|
|
|
|
ThingIntegration_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetentity.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetbase.a \
|
|
|
|
|
$(top_builddir)/modules/libmodules.a \
|
|
|
|
|
$(top_builddir)/common/libcommon.a \
|
2016-06-26 15:48:04 +02:00
|
|
|
$(top_builddir)/physics/libphysics.a \
|
2016-06-26 13:18:14 +02:00
|
|
|
$(TERRAIN_LIBS) $(NETWORK_LIBS)
|
|
|
|
|
|
2009-07-04 19:56:26 +01:00
|
|
|
# CLIENT_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_CreatorClientTest_SOURCES = Py_CreatorClientTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_CreatorClientTest_LDADD = \
|
2009-07-04 19:56:26 +01:00
|
|
|
$(top_builddir)/client/Py_CreatorClient.o \
|
2009-11-26 01:09:26 +00:00
|
|
|
$(top_builddir)/client/Py_ObserverClient.o \
|
2010-07-27 18:05:34 +01:00
|
|
|
$(top_builddir)/client/Python_ClientAPI.o \
|
2016-06-09 22:40:05 +02:00
|
|
|
$(PYTHON_TESTS_LIBS) \
|
|
|
|
|
$(NETWORK_LIBS)
|
2009-07-04 19:56:26 +01:00
|
|
|
|
2009-05-15 14:00:46 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_ObserverClientTest_SOURCES = Py_ObserverClientTest.cpp \
|
2012-01-03 11:40:09 +00:00
|
|
|
python_testers.cpp python_testers.h
|
2016-01-20 15:29:01 +01:00
|
|
|
Py_ObserverClientTest_LDADD = \
|
2009-11-26 01:37:47 +00:00
|
|
|
$(top_builddir)/client/Py_CreatorClient.o \
|
|
|
|
|
$(top_builddir)/client/Py_ObserverClient.o \
|
2010-07-27 18:05:34 +01:00
|
|
|
$(top_builddir)/client/Python_ClientAPI.o \
|
2016-06-09 22:40:05 +02:00
|
|
|
$(PYTHON_TESTS_LIBS) \
|
|
|
|
|
$(NETWORK_LIBS)
|
2009-11-26 01:37:47 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ClientConnectionTest_SOURCES = ClientConnectionTest.cpp
|
|
|
|
|
ClientConnectionTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/client/ClientConnection.o $(NETWORK_LIBS)
|
2009-11-26 16:56:18 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
BaseClientTest_SOURCES = BaseClientTest.cpp
|
|
|
|
|
BaseClientTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/client/BaseClient.o $(NETWORK_LIBS)
|
2009-11-26 01:37:47 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ClientPropertyManagerTest_SOURCES = ClientPropertyManagerTest.cpp
|
|
|
|
|
ClientPropertyManagerTest_LDADD = \
|
2012-03-14 20:30:55 +00:00
|
|
|
$(top_builddir)/client/ClientPropertyManager.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o
|
|
|
|
|
|
2013-01-03 12:22:50 +00:00
|
|
|
# CLIENT_INTEGRATION_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ClientConnectionintegration_SOURCES = ClientConnectionIntegration.cpp
|
2013-01-03 12:22:50 +00:00
|
|
|
ClientConnectionintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/client/ClientConnection.o \
|
2013-01-03 12:27:18 +00:00
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
2013-01-03 12:22:50 +00:00
|
|
|
$(NETWORK_LIBS)
|
|
|
|
|
|
2009-04-30 07:11:36 +01:00
|
|
|
# SERVER_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
RulesetTest_SOURCES = RulesetTest.cpp
|
|
|
|
|
RulesetTest_LDADD = \
|
2011-09-18 14:58:38 +01:00
|
|
|
$(top_builddir)/server/Ruleset.o
|
2009-08-21 01:02:13 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityBuilderTest_SOURCES = EntityBuilderTest.cpp
|
|
|
|
|
EntityBuilderTest_LDADD = \
|
2010-07-15 23:46:06 +01:00
|
|
|
$(top_builddir)/server/EntityBuilder.o
|
2006-05-06 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/newid.cpp, server/server.cpp:
Modify new ID checks so that code still runs when database is
unavailable, and events requiring new IDs fail cleanly.
* server/Connection.cpp: Report a failure to create a player
account if no ID available.
* rulesets/BaseMind.cpp: When processing appearance ops, handle
stamp more efficiently, report an error if ID is missing
from argument.
* server/IdlePSQLConnector.cpp, server/IdlePSQLConnector.h:
Implement re-connecting to the Database if connection is lost.
* rulesets/Character.cpp, rulesets/Entity.cpp, rulesets/Thing.cpp:
Ensure STAMP is present on appearance op args.
* server/CommListener.cpp, server/CommListener.h,
server/CommPeerListener.cpp, server/CommPeerListener.h,
server/CommSlaveListener.cpp, server/CommSlaveListener.h,
server/CommUnixListener.cpp, server/CommUnixListener.h:
Add a return value to method for creating new client socket
objects, and use it to return failure if no ID is available
from the database for a new object.
* rulesets/Py_Point3D.cpp, rulesets/Py_Vector3D.cpp,
rulesets/Python_API.cpp: Add "new" method for class wrappers, and
call the in place constructor from new rather than init. Re-write
internal function for creating new instances so it uses the "new"
method.
* rulesets/Py_Statistics.cpp: Remove some obsolete code inadvertedly
copied from another file. Comment out some unused code to get rid
of a warning.
* server/CommPSQLSocket.cpp: Clear the database connection from
destructor.
* tests/python_class.cpp: A new test for experimenting with new
Python wrappers.
2006-05-06 21:36:57 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyFlagTest_SOURCES = \
|
|
|
|
|
PropertyFlagTest.cpp \
|
2012-08-09 01:01:01 +01:00
|
|
|
TestPropertyManager.cpp
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyFlagTest_LDADD = \
|
2012-08-09 01:01:01 +01:00
|
|
|
$(top_builddir)/rulesets/Thing.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
2007-01-11 22:35:05 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AccountTest_SOURCES = AccountTest.cpp
|
|
|
|
|
AccountTest_LDADD = \
|
2012-09-08 14:15:13 +01:00
|
|
|
$(top_builddir)/server/Account.o \
|
|
|
|
|
$(top_builddir)/common/debug.o
|
2009-11-16 19:34:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AdminTest_SOURCES = AdminTest.cpp
|
|
|
|
|
AdminTest_LDADD = \
|
2012-09-18 08:49:50 +01:00
|
|
|
$(top_builddir)/server/Admin.o \
|
|
|
|
|
$(top_builddir)/common/debug.o
|
2009-11-17 15:13:20 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ServerAccountTest_SOURCES = ServerAccountTest.cpp
|
|
|
|
|
ServerAccountTest_LDADD = \
|
2012-09-12 15:03:18 +01:00
|
|
|
$(top_builddir)/server/ServerAccount.o
|
2010-06-30 18:16:22 +05:30
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PlayerTest_SOURCES = PlayerTest.cpp
|
|
|
|
|
PlayerTest_LDADD = \
|
2012-09-13 15:14:14 +01:00
|
|
|
$(top_builddir)/server/Player.o \
|
|
|
|
|
$(top_builddir)/common/debug.o
|
2009-11-18 01:28:45 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityFactoryTest_SOURCES = EntityFactoryTest.cpp
|
|
|
|
|
EntityFactoryTest_LDADD = \
|
2011-12-21 00:17:06 +00:00
|
|
|
$(top_builddir)/server/EntityFactory.o \
|
|
|
|
|
$(top_builddir)/common/EntityKit.o
|
2009-11-19 01:12:39 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TaskFactoryTest_SOURCES = TaskFactoryTest.cpp
|
|
|
|
|
TaskFactoryTest_LDADD = \
|
2010-03-23 01:56:13 +00:00
|
|
|
$(top_builddir)/server/TaskFactory.o
|
2009-11-19 15:45:59 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
buildidTest_SOURCES = buildidTest.cpp
|
|
|
|
|
buildidTest_LDADD = \
|
2009-11-19 00:30:54 +00:00
|
|
|
$(top_builddir)/server/buildid.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectionTest_SOURCES = \
|
|
|
|
|
ConnectionTest.cpp
|
|
|
|
|
ConnectionTest_LDADD = \
|
2009-11-19 17:24:41 +00:00
|
|
|
$(top_builddir)/server/Connection.o \
|
2010-03-23 00:06:54 +00:00
|
|
|
$(NETWORK_LIBS)
|
2009-11-19 17:24:41 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TrustedConnectionTest_SOURCES = \
|
|
|
|
|
TrustedConnectionTest.cpp
|
|
|
|
|
TrustedConnectionTest_LDADD = \
|
2009-11-21 16:26:36 +00:00
|
|
|
$(top_builddir)/server/TrustedConnection.o \
|
2010-03-23 00:36:36 +00:00
|
|
|
$(NETWORK_LIBS)
|
2009-11-21 16:26:36 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
WorldRouterTest_SOURCES = WorldRouterTest.cpp
|
|
|
|
|
WorldRouterTest_LDADD = \
|
2010-03-22 16:59:58 +00:00
|
|
|
$(top_builddir)/server/WorldRouter.o
|
2010-01-03 13:39:39 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PeerTest_SOURCES = \
|
|
|
|
|
PeerTest.cpp
|
|
|
|
|
PeerTest_LDADD = \
|
2010-03-16 01:03:50 +00:00
|
|
|
$(top_builddir)/server/Peer.o \
|
2010-11-25 12:16:46 +00:00
|
|
|
$(NETWORK_LIBS)
|
2010-03-16 01:03:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
LobbyTest_SOURCES = LobbyTest.cpp
|
|
|
|
|
LobbyTest_LDADD = \
|
2012-12-29 13:12:43 +00:00
|
|
|
$(top_builddir)/server/Lobby.o
|
2010-03-18 01:42:51 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnTest_SOURCES = SpawnTest.cpp
|
2010-03-23 00:06:54 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SpawnEntityTest_SOURCES = SpawnEntityTest.cpp
|
|
|
|
|
SpawnEntityTest_LDADD = \
|
2010-03-23 01:20:21 +00:00
|
|
|
$(top_builddir)/server/SpawnEntity.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ArithmeticBuilderTest_SOURCES = ArithmeticBuilderTest.cpp
|
|
|
|
|
ArithmeticBuilderTest_LDADD = \
|
2010-07-28 12:52:13 +01:00
|
|
|
$(top_builddir)/server/ArithmeticBuilder.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ServerRoutingTest_SOURCES = ServerRoutingTest.cpp
|
|
|
|
|
ServerRoutingTest_LDADD = \
|
2010-07-28 15:59:01 +01:00
|
|
|
$(top_builddir)/server/ServerRouting.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
StorageManagerTest_SOURCES = StorageManagerTest.cpp
|
|
|
|
|
StorageManagerTest_LDADD = \
|
2010-07-29 16:14:24 +01:00
|
|
|
$(top_builddir)/server/StorageManager.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
HttpCacheTest_SOURCES = HttpCacheTest.cpp
|
|
|
|
|
HttpCacheTest_LDADD = \
|
2010-07-30 15:38:50 +01:00
|
|
|
$(top_builddir)/server/HttpCache.o
|
|
|
|
|
|
2010-03-18 02:32:03 +00:00
|
|
|
# SERVER_COMM_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CommPeerTest_SOURCES = CommPeerTest.cpp
|
|
|
|
|
CommPeerTest_LDADD = \
|
2010-08-11 06:19:40 +05:30
|
|
|
$(top_builddir)/server/CommPeer.o \
|
|
|
|
|
$(NETWORK_LIBS)
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CommMDNSPublisherTest_SOURCES = CommMDNSPublisherTest.cpp
|
|
|
|
|
CommMDNSPublisherTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/server/CommMDNSPublisher.o $(NETWORK_LIBS)
|
2012-03-14 15:57:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TeleportAuthenticatorTest_SOURCES = TeleportAuthenticatorTest.cpp
|
|
|
|
|
TeleportAuthenticatorTest_LDADD = \
|
2013-07-26 20:14:33 +02:00
|
|
|
$(top_builddir)/server/PossessionAuthenticator.o
|
2010-08-08 18:27:25 +05:30
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TeleportStateTest_SOURCES = TeleportStateTest.cpp
|
|
|
|
|
TeleportStateTest_LDADD = \
|
2010-11-25 14:21:01 +00:00
|
|
|
$(top_builddir)/server/TeleportState.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PendingTeleportTest_SOURCES = PendingTeleportTest.cpp
|
|
|
|
|
PendingTeleportTest_LDADD = \
|
2013-07-26 20:14:33 +02:00
|
|
|
$(top_builddir)/server/PendingPossession.o
|
2010-11-25 19:00:42 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
JunctureTest_SOURCES = JunctureTest.cpp
|
|
|
|
|
JunctureTest_LDADD = \
|
2010-12-07 23:56:38 +00:00
|
|
|
$(top_builddir)/server/Juncture.o \
|
|
|
|
|
$(NETWORK_LIBS)
|
2010-12-06 23:12:51 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectableRouterTest_SOURCES = ConnectableRouterTest.cpp
|
|
|
|
|
ConnectableRouterTest_LDADD = \
|
2012-11-13 00:09:05 +00:00
|
|
|
$(top_builddir)/server/ConnectableRouter.o
|
2010-12-13 14:08:50 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
RuleHandlerTest_SOURCES = RuleHandlerTest.cpp
|
|
|
|
|
RuleHandlerTest_LDADD = \
|
2011-09-19 00:55:37 +01:00
|
|
|
$(top_builddir)/server/RuleHandler.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
OpRuleHandlerTest_SOURCES = OpRuleHandlerTest.cpp
|
|
|
|
|
OpRuleHandlerTest_LDADD = \
|
2011-09-20 14:01:41 +01:00
|
|
|
$(top_builddir)/server/OpRuleHandler.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityRuleHandlerTest_SOURCES = EntityRuleHandlerTest.cpp
|
|
|
|
|
EntityRuleHandlerTest_LDADD = \
|
2011-09-21 11:18:55 +01:00
|
|
|
$(top_builddir)/server/EntityRuleHandler.o \
|
|
|
|
|
$(top_builddir)/server/RuleHandler.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
TaskRuleHandlerTest_SOURCES = TaskRuleHandlerTest.cpp
|
|
|
|
|
TaskRuleHandlerTest_LDADD = \
|
2011-09-21 11:18:55 +01:00
|
|
|
$(top_builddir)/server/TaskRuleHandler.o \
|
|
|
|
|
$(top_builddir)/server/RuleHandler.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PropertyRuleHandlerTest_SOURCES = PropertyRuleHandlerTest.cpp
|
|
|
|
|
PropertyRuleHandlerTest_LDADD = \
|
2013-01-08 23:33:19 +00:00
|
|
|
$(top_builddir)/server/PropertyRuleHandler.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
IdleConnectorTest_SOURCES = IdleConnectorTest.cpp
|
|
|
|
|
IdleConnectorTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/server/IdleConnector.o $(NETWORK_LIBS)
|
2011-09-22 12:54:28 +01:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CommPSQLSocketTest_SOURCES = CommPSQLSocketTest.cpp
|
|
|
|
|
CommPSQLSocketTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/server/CommPSQLSocket.o $(NETWORK_LIBS)
|
2012-03-14 15:57:24 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
PersistenceTest_SOURCES = PersistenceTest.cpp
|
|
|
|
|
PersistenceTest_LDADD = \
|
2012-03-19 15:57:37 +00:00
|
|
|
$(top_builddir)/server/Persistence.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
SystemAccountTest_SOURCES = SystemAccountTest.cpp
|
|
|
|
|
SystemAccountTest_LDADD = \
|
2012-09-12 13:58:33 +01:00
|
|
|
$(top_builddir)/server/SystemAccount.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
CorePropertyManagerTest_SOURCES = CorePropertyManagerTest.cpp
|
|
|
|
|
CorePropertyManagerTest_LDADD = \
|
2013-01-08 19:23:50 +00:00
|
|
|
$(top_builddir)/server/CorePropertyManager.o
|
|
|
|
|
|
2010-03-22 16:59:58 +00:00
|
|
|
# SERVER_INTEGRATION_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
WorldRouterintegration_SOURCES = WorldRouterIntegration.cpp
|
2010-03-22 16:59:58 +00:00
|
|
|
WorldRouterintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/WorldRouter.o \
|
|
|
|
|
$(top_builddir)/server/EntityBuilder.o \
|
2013-10-23 22:36:55 +02:00
|
|
|
$(top_builddir)/server/EntityFactory.o \
|
2010-08-11 18:32:19 +05:30
|
|
|
$(top_builddir)/server/TaskFactory.o \
|
|
|
|
|
$(top_builddir)/server/SpawnEntity.o \
|
2010-07-13 18:29:51 +01:00
|
|
|
$(top_builddir)/server/ArithmeticBuilder.o \
|
2012-12-21 22:45:12 +00:00
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/Domain.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/Thing.o \
|
|
|
|
|
$(top_builddir)/rulesets/World.o \
|
2010-03-22 16:59:58 +00:00
|
|
|
$(top_builddir)/modules/libmodules.a \
|
|
|
|
|
$(top_builddir)/physics/libphysics.a \
|
2012-12-21 22:45:12 +00:00
|
|
|
$(top_builddir)/common/libcommon.a
|
2010-03-22 16:59:58 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
Rulesetintegration_SOURCES = RulesetIntegration.cpp
|
2010-07-15 00:40:13 +01:00
|
|
|
Rulesetintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/Ruleset.o \
|
|
|
|
|
$(top_builddir)/server/EntityBuilder.o \
|
2013-10-23 22:36:55 +02:00
|
|
|
$(top_builddir)/server/EntityFactory.o \
|
2011-09-18 00:53:32 +01:00
|
|
|
$(top_builddir)/server/TaskRuleHandler.o \
|
2011-09-18 02:28:40 +01:00
|
|
|
$(top_builddir)/server/OpRuleHandler.o \
|
2011-09-18 01:43:53 +01:00
|
|
|
$(top_builddir)/server/EntityRuleHandler.o \
|
2013-10-23 22:36:55 +02:00
|
|
|
$(top_builddir)/server/ArchetypeRuleHandler.o \
|
2013-02-15 23:19:38 +00:00
|
|
|
$(top_builddir)/server/PropertyRuleHandler.o \
|
2011-09-19 00:40:40 +01:00
|
|
|
$(top_builddir)/server/RuleHandler.o \
|
2010-07-15 00:40:13 +01:00
|
|
|
$(top_builddir)/server/Persistence.o \
|
|
|
|
|
$(top_builddir)/server/TaskFactory.o \
|
2012-12-22 12:21:06 +00:00
|
|
|
$(top_builddir)/server/Admin.o \
|
2010-07-15 00:40:13 +01:00
|
|
|
$(top_builddir)/common/libcommon.a \
|
|
|
|
|
$(TERRAIN_LIBS) $(NETWORK_LIBS)
|
|
|
|
|
Rulesetintegration_LDFLAGS = $(PYTHON_LINKER_FLAGS)
|
|
|
|
|
|
2012-11-12 20:24:48 -05:00
|
|
|
ConnectionShakerintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectionShakerIntegration.cpp
|
2012-11-12 20:24:48 -05:00
|
|
|
ConnectionShakerintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/Connection.o \
|
2012-11-16 22:23:35 +00:00
|
|
|
$(top_builddir)/common/Shaker.o
|
2012-11-12 20:24:48 -05:00
|
|
|
|
2012-11-24 16:27:09 +00:00
|
|
|
ConnectionCharacterintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectionCharacterIntegration.cpp
|
2012-11-24 16:27:09 +00:00
|
|
|
ConnectionCharacterintegration_LDADD = \
|
2015-12-19 15:28:29 +01:00
|
|
|
$(top_builddir)/physics/Quaternion.o \
|
2012-11-24 16:27:09 +00:00
|
|
|
$(top_builddir)/server/Connection.o \
|
2012-11-25 14:48:48 +00:00
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/ExternalMind.o
|
|
|
|
|
|
2012-12-03 23:46:17 +00:00
|
|
|
ConnectionCreatorintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
ConnectionCreatorIntegration.cpp
|
2012-12-03 23:46:17 +00:00
|
|
|
ConnectionCreatorintegration_LDADD = \
|
2015-12-19 15:28:29 +01:00
|
|
|
$(top_builddir)/physics/Quaternion.o \
|
2012-12-03 23:46:17 +00:00
|
|
|
$(top_builddir)/server/Connection.o \
|
|
|
|
|
$(top_builddir)/rulesets/Creator.o \
|
|
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/ExternalMind.o
|
|
|
|
|
|
2012-12-05 22:46:51 +00:00
|
|
|
TrustedConnectionCreatorintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
TrustedConnectionCreatorIntegration.cpp
|
2012-12-05 22:46:51 +00:00
|
|
|
TrustedConnectionCreatorintegration_LDADD = \
|
2015-12-19 15:28:29 +01:00
|
|
|
$(top_builddir)/physics/Quaternion.o \
|
2012-12-05 22:46:51 +00:00
|
|
|
$(top_builddir)/server/Connection.o \
|
|
|
|
|
$(top_builddir)/rulesets/Creator.o \
|
|
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/ExternalMind.o
|
|
|
|
|
|
2012-11-25 14:48:48 +00:00
|
|
|
AccountConnectionCharacterintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
AccountConnectionCharacterIntegration.cpp
|
2012-11-25 14:48:48 +00:00
|
|
|
AccountConnectionCharacterintegration_LDADD = \
|
2015-12-19 15:28:29 +01:00
|
|
|
$(top_builddir)/physics/Quaternion.o \
|
2012-11-25 14:48:48 +00:00
|
|
|
$(top_builddir)/server/Account.o \
|
|
|
|
|
$(top_builddir)/server/Connection.o \
|
2012-11-24 16:27:09 +00:00
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/ExternalMind.o
|
|
|
|
|
|
2012-08-01 20:31:29 +01:00
|
|
|
Accountintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
AccountIntegration.cpp
|
2011-09-27 07:38:44 +01:00
|
|
|
Accountintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/EntityBuilder.o \
|
2013-10-23 22:36:55 +02:00
|
|
|
$(top_builddir)/server/EntityFactory.o \
|
2011-09-27 07:38:44 +01:00
|
|
|
$(top_builddir)/server/CorePropertyManager.o \
|
|
|
|
|
$(top_builddir)/server/ServerRouting.o \
|
|
|
|
|
$(top_builddir)/server/Lobby.o \
|
|
|
|
|
$(top_builddir)/server/Account.o \
|
|
|
|
|
$(top_builddir)/server/Connection.o \
|
2013-07-26 20:14:33 +02:00
|
|
|
$(top_builddir)/server/PossessionAuthenticator.o \
|
|
|
|
|
$(top_builddir)/server/PendingPossession.o \
|
2011-09-27 07:38:44 +01:00
|
|
|
$(top_builddir)/server/WorldRouter.o \
|
|
|
|
|
$(top_builddir)/server/SpawnEntity.o \
|
2012-11-13 00:09:05 +00:00
|
|
|
$(top_builddir)/server/ConnectableRouter.o \
|
2012-12-17 09:32:28 +00:00
|
|
|
$(top_builddir)/rulesets/Domain.o \
|
|
|
|
|
$(top_builddir)/rulesets/Entity.o \
|
|
|
|
|
$(top_builddir)/rulesets/ExternalMind.o \
|
|
|
|
|
$(top_builddir)/rulesets/Character.o \
|
|
|
|
|
$(top_builddir)/rulesets/LocatedEntity.o \
|
|
|
|
|
$(top_builddir)/rulesets/Task.o \
|
|
|
|
|
$(top_builddir)/rulesets/Thing.o \
|
|
|
|
|
$(top_builddir)/rulesets/World.o \
|
|
|
|
|
$(top_builddir)/modules/DateTime.o \
|
|
|
|
|
$(top_builddir)/modules/EntityRef.o \
|
|
|
|
|
$(top_builddir)/modules/Location.o \
|
2011-09-27 07:38:44 +01:00
|
|
|
$(top_builddir)/physics/libphysics.a \
|
2012-12-17 09:32:28 +00:00
|
|
|
$(top_builddir)/common/BaseWorld.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(top_builddir)/common/Link.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o \
|
|
|
|
|
$(top_builddir)/common/Router.o \
|
|
|
|
|
$(TERRAIN_LIBS)
|
2011-09-27 07:38:44 +01:00
|
|
|
|
2011-12-13 00:32:52 +00:00
|
|
|
EntityFactoryTypeNodeintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
EntityFactoryTypeNodeIntegration.cpp \
|
2011-12-13 00:32:52 +00:00
|
|
|
TestPropertyManager.cpp
|
|
|
|
|
EntityFactoryTypeNodeintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/EntityFactory.o \
|
2011-12-21 00:17:06 +00:00
|
|
|
$(top_builddir)/common/EntityKit.o \
|
2011-12-13 00:32:52 +00:00
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/PropertyManager.o \
|
|
|
|
|
$(top_builddir)/common/Property.o
|
|
|
|
|
|
2012-08-01 19:42:36 +01:00
|
|
|
AccountConnectionintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
AccountConnectionIntegration.cpp
|
2012-01-12 00:37:43 +00:00
|
|
|
AccountConnectionintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/Account.o \
|
|
|
|
|
$(top_builddir)/server/Admin.o \
|
2012-11-13 00:09:05 +00:00
|
|
|
$(top_builddir)/server/ConnectableRouter.o \
|
2012-01-12 13:06:48 +00:00
|
|
|
$(top_builddir)/server/Connection.o \
|
2012-01-12 19:59:00 +00:00
|
|
|
$(top_builddir)/server/Lobby.o \
|
2012-01-12 00:37:43 +00:00
|
|
|
$(top_builddir)/server/Player.o \
|
|
|
|
|
$(top_builddir)/server/ServerAccount.o \
|
2012-01-12 13:06:48 +00:00
|
|
|
$(top_builddir)/server/ServerRouting.o \
|
2012-01-12 00:37:43 +00:00
|
|
|
$(top_builddir)/server/SystemAccount.o \
|
2012-01-12 13:06:48 +00:00
|
|
|
$(top_builddir)/common/BaseWorld.o \
|
2012-01-12 00:37:43 +00:00
|
|
|
$(top_builddir)/common/Inheritance.o \
|
2012-01-12 13:06:48 +00:00
|
|
|
$(top_builddir)/common/Property.o \
|
2012-01-12 20:45:31 +00:00
|
|
|
$(top_builddir)/common/Router.o \
|
2012-01-12 00:37:43 +00:00
|
|
|
$(top_builddir)/common/TypeNode.o \
|
|
|
|
|
$(top_builddir)/common/custom.o \
|
2012-01-12 13:06:48 +00:00
|
|
|
$(top_builddir)/common/operations.o \
|
|
|
|
|
$(top_builddir)/physics/libphysics.a \
|
|
|
|
|
$(NETWORK_LIBS)
|
2012-01-12 00:37:43 +00:00
|
|
|
|
2012-08-15 13:07:14 +01:00
|
|
|
AccountServerLobbyintegration_SOURCES = \
|
2016-01-20 15:29:01 +01:00
|
|
|
AccountServerLobbyIntegration.cpp
|
2012-08-15 13:07:14 +01:00
|
|
|
AccountServerLobbyintegration_LDADD = \
|
|
|
|
|
$(top_builddir)/server/Account.o \
|
|
|
|
|
$(top_builddir)/server/ServerRouting.o \
|
|
|
|
|
$(top_builddir)/server/Lobby.o
|
|
|
|
|
|
2010-03-18 01:42:51 +00:00
|
|
|
# Other TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
MasterTest_SOURCES = MasterTest.cpp
|
|
|
|
|
MasterTest_LDADD = \
|
2010-03-18 01:42:51 +00:00
|
|
|
$(top_builddir)/server/Master.o \
|
|
|
|
|
$(top_builddir)/common/libcommon.a
|
|
|
|
|
|
2010-03-16 01:03:50 +00:00
|
|
|
|
2009-12-28 01:30:14 +00:00
|
|
|
# TOOLS_TESTS
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
AdminClientTest_SOURCES = AdminClientTest.cpp
|
|
|
|
|
AdminClientTest_LDADD = \
|
2014-02-03 12:19:42 +01:00
|
|
|
$(top_builddir)/tools/AdminClient.o $(NETWORK_LIBS)
|
2009-12-28 01:30:14 +00:00
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
FlusherTest_SOURCES = FlusherTest.cpp
|
|
|
|
|
FlusherTest_LDADD = \
|
2012-01-11 13:16:36 +00:00
|
|
|
$(top_builddir)/tools/Flusher.o \
|
|
|
|
|
$(top_builddir)/common/ClientTask.o
|
|
|
|
|
|
2016-01-20 15:29:01 +01:00
|
|
|
OperationMonitorTest_SOURCES = OperationMonitorTest.cpp
|
|
|
|
|
OperationMonitorTest_LDADD = \
|
2012-01-11 18:52:52 +00:00
|
|
|
$(top_builddir)/tools/OperationMonitor.o \
|
|
|
|
|
$(top_builddir)/common/ClientTask.o
|
|
|
|
|
|
2009-11-19 00:30:54 +00:00
|
|
|
# PYTHON_TESTS
|
|
|
|
|
|
2006-05-06 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/newid.cpp, server/server.cpp:
Modify new ID checks so that code still runs when database is
unavailable, and events requiring new IDs fail cleanly.
* server/Connection.cpp: Report a failure to create a player
account if no ID available.
* rulesets/BaseMind.cpp: When processing appearance ops, handle
stamp more efficiently, report an error if ID is missing
from argument.
* server/IdlePSQLConnector.cpp, server/IdlePSQLConnector.h:
Implement re-connecting to the Database if connection is lost.
* rulesets/Character.cpp, rulesets/Entity.cpp, rulesets/Thing.cpp:
Ensure STAMP is present on appearance op args.
* server/CommListener.cpp, server/CommListener.h,
server/CommPeerListener.cpp, server/CommPeerListener.h,
server/CommSlaveListener.cpp, server/CommSlaveListener.h,
server/CommUnixListener.cpp, server/CommUnixListener.h:
Add a return value to method for creating new client socket
objects, and use it to return failure if no ID is available
from the database for a new object.
* rulesets/Py_Point3D.cpp, rulesets/Py_Vector3D.cpp,
rulesets/Python_API.cpp: Add "new" method for class wrappers, and
call the in place constructor from new rather than init. Re-write
internal function for creating new instances so it uses the "new"
method.
* rulesets/Py_Statistics.cpp: Remove some obsolete code inadvertedly
copied from another file. Comment out some unused code to get rid
of a warning.
* server/CommPSQLSocket.cpp: Clear the database connection from
destructor.
* tests/python_class.cpp: A new test for experimenting with new
Python wrappers.
2006-05-06 21:36:57 +00:00
|
|
|
python_class_SOURCES = python_class.cpp
|
2009-05-18 13:13:46 +01:00
|
|
|
python_class_LDADD = \
|
|
|
|
|
$(top_builddir)/rulesets/libscriptpython.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetentity.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetmind.a \
|
|
|
|
|
$(top_builddir)/rulesets/librulesetbase.a \
|
|
|
|
|
$(top_builddir)/modules/libmodules.a \
|
|
|
|
|
$(top_builddir)/physics/libphysics.a \
|
|
|
|
|
$(top_builddir)/common/libcommon.a
|