diff --git a/src/server/testsuite/Makefile.am b/src/server/testsuite/Makefile.am index ccf3c1d84713df5a525f143456a0d54c911ac90e..d85285b035d3cd4113f141c43e2f68d8d61670c9 100644 --- a/src/server/testsuite/Makefile.am +++ b/src/server/testsuite/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.54 2003/07/12 00:19:38 ceder Exp $ +# $Id: Makefile.am,v 1.55 2003/07/21 22:25:56 ceder Exp $ # Copyright (C) 1998-2002 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -25,7 +25,8 @@ SUBDIRS = config lyskomd.0 RM = rm -f -check_PROGRAMS = test-l2g bignum testfd test-select test-sigjmp +check_PROGRAMS = test-l2g bignum testfd test-select test-sigjmp \ + timeval-overflow noinst_DATA = site.exp .gdbinit valgrind.wrap @@ -72,6 +73,8 @@ bignum_SOURCES = bignum.c testfd_SOURCES = testfd.c +timeval_overflow_SOURCES = timeval-overflow.c + test_select_SOURCES = test-select.c test_select_LDADD = ../../libraries/libansi/libansi.a @@ -110,7 +113,7 @@ check-dejagnu: check-l2g check-lyskomd check-leaks check-l2g: test-l2g site.exp valgrind.wrap runtest --tool l2g --srcdir $(srcdir) -check-lyskomd: site.exp ../lyskomd valgrind.wrap bignum +check-lyskomd: site.exp ../lyskomd valgrind.wrap bignum timeval-overflow runtest --tool lyskomd --srcdir $(srcdir) \ 3<&- 4<&- 5<&- 6<&- 7<&- 8<&- 9<&-