diff options
-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) |