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