summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-07 20:30:46 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-07 20:31:42 -0700
commit49b0f098c237ff43b07e88130eaf47b94870fa23 (patch)
treebc7c2a6a51548068f2c783f899d4a82757d59cdc /Makefile
parent501af4a3807474d6de288939266b1f866889bf60 (diff)
downloadqtlocation-mapboxgl-49b0f098c237ff43b07e88130eaf47b94870fa23.tar.gz
add test fixture and image comparison
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65f7812981..b10b7880a5 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,10 @@ test/%: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) $*
(cd build/$(BUILDTYPE) && exec ./test_$*)
+# build Mac OS X project for Xcode
+xtest: config.gypi clear_xcode_cache node
+ deps/run_gyp test/test.gyp --depth=. -Goutput_dir=.. --generator-output=./build -f xcode
+ open ./build/test/test.xcodeproj
##### Makefile builds ##########################################################