Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
6692743d
Commit
6692743d
authored
Mar 03, 2013
by
Vinicius Jarina
Browse files
Fixed iOS tests (from command line).
parent
d74c3457
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.iOS
View file @
6692743d
...
@@ -7,13 +7,13 @@ all: build-simulator build-device
...
@@ -7,13 +7,13 @@ all: build-simulator build-device
run run-test
:
run-simulator run-device
run run-test
:
run-simulator run-device
$(TOUCH_SERVER)
:
touch-server
:
cd
Touch.Server
&&
xbuild
cd
Touch.Server
&&
xbuild
build-simulator
:
build-simulator
:
$(MDTOOL)
-v
build
-t
:Build
"-c:Release|iPhoneSimulator"
$(PROJECT)
$(MDTOOL)
-v
build
-t
:Build
"-c:Release|iPhoneSimulator"
$(PROJECT)
run-simulator
:
build-simulator
T
ouch
.S
erver
run-simulator
:
build-simulator
t
ouch
-s
erver
rm
-f
sim-results.log
rm
-f
sim-results.log
mono
--debug
$(TOUCH_SERVER)
--launchsim
ios/LuaInterfaceTestsiOS/bin/iPhoneSimulator/Release/LuaInterfaceTest.app
-autoexit
-logfile
=
sim-results.log
mono
--debug
$(TOUCH_SERVER)
--launchsim
ios/LuaInterfaceTestsiOS/bin/iPhoneSimulator/Release/LuaInterfaceTest.app
-autoexit
-logfile
=
sim-results.log
cat
sim-results.log
cat
sim-results.log
...
@@ -24,7 +24,7 @@ build-device:
...
@@ -24,7 +24,7 @@ build-device:
run-device
:
build-device
run-device
:
build-device
$(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
com.xamarin.touch-uni
t
$(MTOUCH)
--killdev
org.nlua.nluates
t
rm
-f
dev-results.log
rm
-f
dev-results.log
mono
--debug
$(TOUCH_SERVER)
--launchdev
com.codefoco.luainterface
test
-autoexit
-logfile
=
dev-results.log
mono
--debug
$(TOUCH_SERVER)
--launchdev
org.nlua.nlua
test
-autoexit
-logfile
=
dev-results.log
cat
dev-results.log
cat
dev-results.log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment