summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-04 18:09:47 +0200
committerJose <jose@zeroc.com>2017-07-04 18:09:47 +0200
commitd1fc30b5227d92f876b6e7e607c56045ebdacb2a (patch)
tree71ab10267776bb8ccfd5b1d2f442d2c374eb178f /cpp/test
parentPrevent var-tracking-assignments warnings with GCC (diff)
downloadice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.tar.bz2
ice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.tar.xz
ice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.zip
Fix test builds broke by previous commit
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Ice/optional/Makefile.mk2
-rw-r--r--cpp/test/Ice/proxy/Makefile.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/optional/Makefile.mk b/cpp/test/Ice/optional/Makefile.mk
index 4763eb681fc..f1dfbb64a44 100644
--- a/cpp/test/Ice/optional/Makefile.mk
+++ b/cpp/test/Ice/optional/Makefile.mk
@@ -4,3 +4,5 @@
ifneq ($(linux_id),)
$(test)_cppflags += $(if $(filter yes,$(OPTIMIZE)),-fno-var-tracking-assignments)
endif
+
+tests += $(test)
diff --git a/cpp/test/Ice/proxy/Makefile.mk b/cpp/test/Ice/proxy/Makefile.mk
index 4763eb681fc..bf2fa277449 100644
--- a/cpp/test/Ice/proxy/Makefile.mk
+++ b/cpp/test/Ice/proxy/Makefile.mk
@@ -4,3 +4,4 @@
ifneq ($(linux_id),)
$(test)_cppflags += $(if $(filter yes,$(OPTIMIZE)),-fno-var-tracking-assignments)
endif
+tests += $(test)