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
"Applications/vscode:/vscode.git/clone" did not exist on "be9f0df62f9a888959f9e5540a4ee461669a8081"
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
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
T
ouch
.S
erver
run-simulator
:
build-simulator
t
ouch
-s
erver
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-uni
t
$(MTOUCH)
--killdev
org.nlua.nluates
t
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
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