summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/structure
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/structure')
-rw-r--r--cpp/test/Slice/structure/.gitignore10
-rw-r--r--cpp/test/Slice/structure/Makefile28
2 files changed, 0 insertions, 38 deletions
diff --git a/cpp/test/Slice/structure/.gitignore b/cpp/test/Slice/structure/.gitignore
deleted file mode 100644
index c837849dc6b..00000000000
--- a/cpp/test/Slice/structure/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-// Generated by makegitignore.py
-
-// IMPORTANT: Do not edit this file -- any edits made here will be lost!
-.depend
-client
-.depend
-Test.cpp
-Forward.cpp
-Test.h
-Forward.h
diff --git a/cpp/test/Slice/structure/Makefile b/cpp/test/Slice/structure/Makefile
deleted file mode 100644
index 53397a2db76..00000000000
--- a/cpp/test/Slice/structure/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
-#
-# This copy of Ice is licensed to you under the terms described in the
-# ICE_LICENSE file included in this distribution.
-#
-# **********************************************************************
-
-top_srcdir = ../../..
-
-CLIENT = $(call mktestname,client)
-
-TARGETS = $(CLIENT)
-
-SLICE_OBJS = Test.o \
- Forward.o
-
-OBJS = Client.o \
- $(SLICE_OBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-CPPFLAGS := -I. -I../../include $(CPPFLAGS)
-
-$(CLIENT): $(OBJS)
- rm -f $@
- $(call mktest,$@,$(OBJS),$(LIBS))