diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-07 20:30:46 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-07 20:31:42 -0700 |
commit | 49b0f098c237ff43b07e88130eaf47b94870fa23 (patch) | |
tree | bc7c2a6a51548068f2c783f899d4a82757d59cdc /Makefile | |
parent | 501af4a3807474d6de288939266b1f866889bf60 (diff) | |
download | qtlocation-mapboxgl-49b0f098c237ff43b07e88130eaf47b94870fa23.tar.gz |
add test fixture and image comparison
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ########################################################## |