"Applications/vscode:/vscode.git/clone" did not exist on "be9f0df62f9a888959f9e5540a4ee461669a8081"
Commit 6692743d authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed iOS tests (from command line).

parent d74c3457
......@@ -7,13 +7,13 @@ all: build-simulator build-device
run run-test: run-simulator run-device
$(TOUCH_SERVER):
touch-server:
cd Touch.Server && xbuild
build-simulator:
$(MDTOOL) -v build -t:Build "-c:Release|iPhoneSimulator" $(PROJECT)
run-simulator: build-simulator Touch.Server
run-simulator: build-simulator touch-server
rm -f sim-results.log
mono --debug $(TOUCH_SERVER) --launchsim ios/LuaInterfaceTestsiOS/bin/iPhoneSimulator/Release/LuaInterfaceTest.app -autoexit -logfile=sim-results.log
cat sim-results.log
......@@ -24,7 +24,7 @@ build-device:
run-device: build-device
$(MTOUCH) --installdev ios/LuaInterfaceTestsiOS/bin/iPhone/Release/LuaInterfaceTest.app
# kill an existing instance (based on the bundle id)
$(MTOUCH) --killdev com.xamarin.touch-unit
$(MTOUCH) --killdev org.nlua.nluatest
rm -f dev-results.log
mono --debug $(TOUCH_SERVER) --launchdev com.codefoco.luainterfacetest -autoexit -logfile=dev-results.log
mono --debug $(TOUCH_SERVER) --launchdev org.nlua.nluatest -autoexit -logfile=dev-results.log
cat dev-results.log
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