From 55c9b2704aa20ba4c65620245578390c4d3dc97d Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Tue, 8 Aug 2000 22:45:46 +0000
Subject: [PATCH] New file, mostly extracted from ../Makefile.am. (15.exp): New
 target. (check_DATA): New target.  Added 15.exp.

---
 src/server/testsuite/lyskomd.0/Makefile.am | 76 ++++++++++++++++++++++
 1 file changed, 76 insertions(+)
 create mode 100644 src/server/testsuite/lyskomd.0/Makefile.am

diff --git a/src/server/testsuite/lyskomd.0/Makefile.am b/src/server/testsuite/lyskomd.0/Makefile.am
new file mode 100644
index 000000000..df95fb87e
--- /dev/null
+++ b/src/server/testsuite/lyskomd.0/Makefile.am
@@ -0,0 +1,76 @@
+# $Id: Makefile.am,v 1.1 2000/08/08 22:45:46 ceder Exp $
+# Copyright (C) 2000  Lysator Academic Computer Association.
+#
+# This file is part of the LysKOM server.
+# 
+# LysKOM is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by 
+# the Free Software Foundation; either version 1, or (at your option) 
+# any later version.
+# 
+# LysKOM is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with LysKOM; see the file COPYING.  If not, write to
+# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
+# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, 
+# MA 02139, USA.
+#
+# Please mail bug reports to bug-lyskom@lysator.liu.se. 
+#
+
+RM = rm -f
+
+check_DATA = $(srcdir)/15.exp
+
+$(srcdir)/15.exp: $(srcdir)/gen-15.py
+	$(RM) $@ $@.tmp
+	if python $^ > $@.tmp; then echo ok; \
+	else echo fail;echo 'unsupported "15.exp needs python"' > $@.tmp; fi
+	chmod 444 $@.tmp
+	mv -f $@.tmp $@
+
+EXTRA_DIST = .cvsignore \
+	00.exp \
+	01.exp \
+	02.exp \
+	03.exp \
+	04.exp \
+	05.exp \
+	06.exp \
+	07.exp \
+	08.exp \
+	09.exp \
+	10.exp \
+	11.exp \
+	12.exp \
+	13.exp \
+	14.exp \
+	15.exp \
+	admin-cov.exp \
+	aux-items-cov.exp \
+	aux-items.conf \
+	aux-items.cov \
+	aux-items.leaks \
+	summarize.sh \
+	broken-aux-items.conf \
+	cache-node-cov.exp \
+	conf-file-cov.exp \
+	conference-cov.exp \
+	connections-cov.exp \
+	disk-end-of-atomic-cov.exp \
+	internal-connections-cov.exp \
+	isc-parse-cov.exp \
+	log-cov.exp \
+	membership-cov.exp \
+	memory-cov.exp \
+	person-cov.exp \
+	prot-a-parse-cov.exp \
+	prot-a-send-async-cov.exp \
+	send-async-cov.exp \
+	session-cov.exp \
+	text-cov.exp \
+	null.exp
-- 
GitLab