Commit b2431142 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed run_all.osx.sh

parent 6692743d
...@@ -4,5 +4,6 @@ make -f Makefile.OSX ...@@ -4,5 +4,6 @@ make -f Makefile.OSX
xbuild KeraLua.sln /p:Configuration=Release xbuild KeraLua.sln /p:Configuration=Release
cd ../../ cd ../../
cp Core/KeraLua/external/lua/osx/lib/liblua51.dylib tests/liblua51.dylib cp Core/KeraLua/external/lua/osx/lib/liblua51.dylib tests/liblua51.dylib
xbuild LuaInterface.sln /p:Configuration=Release
cd tests/ cd tests/
nunit-console LuaInterfaceTest.dll nunit-console LuaInterfaceTest.dll
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment