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
535d8e9e
"vscode:/vscode.git/clone" did not exist on "9feee428f25a5681a06cd13ed1c4cc644759e719"
Commit
535d8e9e
authored
Mar 07, 2013
by
Vinicius Jarina
Browse files
run tests only on device
parent
2682d907
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.iOS
View file @
535d8e9e
...
@@ -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
...
...
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