diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index be5cb2818..ec6481029 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -1,3 +1,24 @@ +## Process this file with automake to produce Makefile.in. +## +## Copyright 2003, 2004, 2005, 2006 Software Foundation, Inc. +## +## This file is part of GUILE. +## +## GUILE 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 2, or +## (at your option) any later version. +## +## GUILE 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 GUILE; see the file COPYING. If not, write +## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth +## Floor, Boston, MA 02110-1301 USA + # initializations so we can use += below. TESTS = @@ -60,6 +81,13 @@ BUILT_SOURCES += test-asmobs-lib.x check_SCRIPTS += test-asmobs TESTS += test-asmobs +# test-list +test_list_SOURCES = test-list.c +test_list_CFLAGS = ${test_cflags} +test_list_LDADD = ${top_builddir}/libguile/libguile.la +check_PROGRAMS += test-list +TESTS += test-list + # test-unwind test_unwind_SOURCES = test-unwind.c test_unwind_CFLAGS = ${test_cflags}