Skip to content
Snippets Groups Projects
Commit d4d90afd authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(check_DATA): Added 19.exp.

(19.exp): New target.
(EXTRA_DIST): Added 16.exp, 17.exp, 18.exp, 19.exp and gen-19.py.
parent 53af73ee
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.am,v 1.2 2000/09/06 20:38:54 ceder Exp $ # $Id: Makefile.am,v 1.3 2001/09/23 20:28:50 ceder Exp $
# Copyright (C) 2000 Lysator Academic Computer Association. # Copyright (C) 2000 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
RM = rm -f RM = rm -f
check_DATA = $(srcdir)/15.exp check_DATA = $(srcdir)/15.exp $(srcdir)/19.exp
$(srcdir)/15.exp: $(srcdir)/gen-15.py $(srcdir)/15.exp: $(srcdir)/gen-15.py
$(RM) $@ $@.tmp $(RM) $@ $@.tmp
...@@ -33,6 +33,13 @@ $(srcdir)/15.exp: $(srcdir)/gen-15.py ...@@ -33,6 +33,13 @@ $(srcdir)/15.exp: $(srcdir)/gen-15.py
chmod 444 $@.tmp chmod 444 $@.tmp
mv -f $@.tmp $@ mv -f $@.tmp $@
$(srcdir)/19.exp: $(srcdir)/gen-19.py
$(RM) $@ $@.tmp
if python $^ > $@.tmp; then echo ok; \
else echo fail;echo 'unsupported "19.exp needs python"' > $@.tmp; fi
chmod 444 $@.tmp
mv -f $@.tmp $@
EXTRA_DIST = .cvsignore \ EXTRA_DIST = .cvsignore \
00.exp \ 00.exp \
01.exp \ 01.exp \
...@@ -50,6 +57,10 @@ EXTRA_DIST = .cvsignore \ ...@@ -50,6 +57,10 @@ EXTRA_DIST = .cvsignore \
13.exp \ 13.exp \
14.exp \ 14.exp \
15.exp \ 15.exp \
16.exp \
17.exp \
18.exp \
19.exp \
admin-cov.exp \ admin-cov.exp \
aux-items-cov.exp \ aux-items-cov.exp \
aux-items.conf \ aux-items.conf \
...@@ -63,6 +74,7 @@ EXTRA_DIST = .cvsignore \ ...@@ -63,6 +74,7 @@ EXTRA_DIST = .cvsignore \
connections-cov.exp \ connections-cov.exp \
disk-end-of-atomic-cov.exp \ disk-end-of-atomic-cov.exp \
gen-15.py \ gen-15.py \
gen-19.py \
internal-connections-cov.exp \ internal-connections-cov.exp \
isc-parse-cov.exp \ isc-parse-cov.exp \
log-cov.exp \ log-cov.exp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment