mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
workflows: add tests.yml
This commit is contained in:
@@ -40,6 +40,7 @@ SpewRetval_t UnitTestSpew( SpewType_t type, char const *pMsg )
|
||||
break;
|
||||
}
|
||||
printf( "%s", pMsg );
|
||||
fflush(stdout);
|
||||
|
||||
if ( Sys_IsDebuggerPresent() )
|
||||
return ( type == SPEW_ASSERT || type == SPEW_ERROR ) ? SPEW_DEBUGGER : SPEW_CONTINUE;
|
||||
|
||||
@@ -23,6 +23,7 @@ def build(bld):
|
||||
if bld.env.DEST_OS != 'win32':
|
||||
libs += [ 'DL', 'LOG' ]
|
||||
else:
|
||||
bld.env.LDFLAGS += ['/subsystem:console']
|
||||
libs += ['USER32', 'SHELL32']
|
||||
|
||||
install_path = bld.env.BINDIR
|
||||
|
||||
Reference in New Issue
Block a user