calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / onlineupdate / qa / replace_request / Makefile
blob476e93213ccad2597f0c55a586384af1855559bc
1 gb_Side := host
2 include ../../../config_host.mk
4 UPDATER_DIR := $(WORKDIR)/updater/replace_request
6 unpack:
7 @echo "Unpacking the updater test project"
8 @rm -r $(UPDATER_DIR) || true
9 @mkdir -p $(WORKDIR)/updater
10 @unzip updater.zip -d $(WORKDIR)/updater > /dev/null
12 call: unpack
13 @echo "Update the test project"
14 @$(INSTDIR)/program/updater $(UPDATER_DIR)/user/patch $(UPDATER_DIR) $(UPDATER_DIR)/user/update /replace
16 call-gdb: unpack
17 gdb --args $(INSTDIR)/program/updater $(UPDATER_DIR)/user/patch $(UPDATER_DIR) $(UPDATER_DIR)/user/update /replace