Working on integration tests

This commit is contained in:
Jordan Brown
2020-04-23 18:21:30 -04:00
parent f43f5bd8e2
commit 7c5f6c07f2
14 changed files with 342 additions and 38 deletions
@@ -7,5 +7,5 @@
#define TGS_INFO_LOG(message) world.log << "Info: [##message]"
#define TGS_WARNING_LOG(message) world.log << "Warn: [##message]"
#define TGS_ERROR_LOG(message) world.log << "Err: [##message]"
#define TGS_NOTIFY_ADMINS(event) message_admins(event)
#define TGS_CLIENT_COUNT clients.len
#define TGS_NOTIFY_ADMINS(event)
#define TGS_CLIENT_COUNT 0
@@ -1,5 +1,10 @@
/world/New()
TgsNew()
StartAsync()
/proc/StartAsync()
set waitfor = FALSE
sleep(100)
TgsInitializationComplete()
/world/Topic(T, Addr, Master, Keys)
@@ -12,7 +12,6 @@
// BEGIN_INCLUDE
#include "Config.dm"
#include "..\..\src\DMAPI\tgs.dm"
#include "..\..\src\DMAPI\tgs\includes.dm"
#include "..\tgs_include.dm"
#include "Test.dm"
// END_INCLUDE
+2
View File
@@ -0,0 +1,2 @@
#include "..\..\src\DMAPI\tgs.dm"
#include "..\..\src\DMAPI\tgs\includes.dm"