fix tests link

This commit is contained in:
Glenn Maynard
2005-12-10 18:51:28 +00:00
parent 05072579ae
commit 9b2550611e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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 \
+2 -2
View File
@@ -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[] )