fix tests link
This commit is contained in:
@@ -433,6 +433,7 @@ all_test_SOURCES = \
|
||||
LuaFunctions.h \
|
||||
LuaManager.cpp LuaManager.h \
|
||||
LuaReference.cpp LuaReference.h \
|
||||
SpecialFiles.cpp SpecialFiles.h \
|
||||
RageException.cpp \
|
||||
RageLog.cpp \
|
||||
RageThreads.cpp \
|
||||
|
||||
@@ -12,9 +12,9 @@ CString g_Driver = "dir", g_Root = ".";
|
||||
|
||||
CString argv0;
|
||||
|
||||
void HandleException( CString sErr )
|
||||
namespace StepMania
|
||||
{
|
||||
|
||||
void HandleException( CString sErr ) { }
|
||||
}
|
||||
|
||||
void test_handle_args( int argc, char *argv[] )
|
||||
|
||||
Reference in New Issue
Block a user