mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Add test-list.c
This commit is contained in:
parent
2948fc75bd
commit
d7a88afe37
1 changed files with 28 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue