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