mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Working on integration tests
This commit is contained in:
@@ -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
|
||||
Executable → Regular
@@ -0,0 +1,2 @@
|
||||
#include "..\..\src\DMAPI\tgs.dm"
|
||||
#include "..\..\src\DMAPI\tgs\includes.dm"
|
||||
Reference in New Issue
Block a user