diff options
author | Jose <jose@zeroc.com> | 2017-07-04 18:09:47 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-07-04 18:09:47 +0200 |
commit | d1fc30b5227d92f876b6e7e607c56045ebdacb2a (patch) | |
tree | 71ab10267776bb8ccfd5b1d2f442d2c374eb178f /cpp | |
parent | Prevent var-tracking-assignments warnings with GCC (diff) | |
download | ice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.tar.bz2 ice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.tar.xz ice-d1fc30b5227d92f876b6e7e607c56045ebdacb2a.zip |
Fix test builds broke by previous commit
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/optional/Makefile.mk | 2 | ||||
-rw-r--r-- | cpp/test/Ice/proxy/Makefile.mk | 1 |
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) |