"LuaInterface/LuaHideAttribute.cs" did not exist on "5211986650cb65df5552ff52d518d9e47aca85a3"
Commit 535d8e9e authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

run tests only on device

parent 2682d907
......@@ -5,7 +5,7 @@ TOUCH_SERVER=./Touch.Server/bin/Debug/Touch.Server.exe
all: build-simulator build-device
run run-test: run-simulator run-device
run run-test: run-device
touch-server:
cd Touch.Server && xbuild
......@@ -21,7 +21,7 @@ run-simulator: build-simulator touch-server
build-device:
$(MDTOOL) -v build -t:Build "-c:Release|iPhone" $(PROJECT)
run-device: build-device
run-device: build-device touch-server
$(MTOUCH) --installdev ios/LuaInterfaceTestsiOS/bin/iPhone/Release/LuaInterfaceTest.app
# kill an existing instance (based on the bundle id)
$(MTOUCH) --killdev org.nlua.nluatest
......
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