summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/allTests.py1
-rw-r--r--cpp/test/IceGrid/Makefile2
-rw-r--r--cpp/test/IceGrid/Makefile.mak2
3 files changed, 3 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index f69fe09b838..4a11075ec53 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -116,6 +116,7 @@ tests = [ \
"IceGrid/replicaGroup", \
"IceGrid/replication", \
"IceGrid/allocation", \
+ "IceGrid/distribution", \
"Glacier2/router", \
"Glacier2/attack", \
"Glacier2/sessionControl", \
diff --git a/cpp/test/IceGrid/Makefile b/cpp/test/IceGrid/Makefile
index dd33c660b6f..1b167624846 100644
--- a/cpp/test/IceGrid/Makefile
+++ b/cpp/test/IceGrid/Makefile
@@ -12,7 +12,7 @@ top_srcdir = ../..
include $(top_srcdir)/config/Make.rules
-SUBDIRS = simple deployer session update activation replicaGroup allocation replication
+SUBDIRS = simple deployer session update activation replicaGroup allocation replication distribution
$(EVERYTHING)::
@for subdir in $(SUBDIRS); \
diff --git a/cpp/test/IceGrid/Makefile.mak b/cpp/test/IceGrid/Makefile.mak
index 9a606a5d41b..f073cd888e8 100644
--- a/cpp/test/IceGrid/Makefile.mak
+++ b/cpp/test/IceGrid/Makefile.mak
@@ -12,7 +12,7 @@ top_srcdir = ..\..
!include $(top_srcdir)/config/Make.rules.mak
-SUBDIRS = simple deployer session update activation replicaGroup allocation replication
+SUBDIRS = simple deployer session update activation replicaGroup allocation replication distribution
$(EVERYTHING)::
@for %i in ( $(SUBDIRS) ) do \