## $Id: Makefile-files,v 1.2 2004/10/19 21:06:27 ensc Exp $	--*- makefile -*--

## Copyright (C) 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
##  
## This program 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; version 2 of the License.
##  
## This program 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 this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

check_PROGRAMS +=		lib_internal/testsuite/command

if ENSC_HAVE_C99_COMPILER
check_PROGRAMS +=		lib_internal/testsuite/filecfg-ml
TESTS +=			lib_internal/testsuite/filecfg-ml
endif


lib_internal_testsuite_command_SOURCES =	lib_internal/testsuite/command.c
lib_internal_testsuite_command_LDADD =		lib_internal/libinternal.a \
						libensc_vector.a

lib_internal_testsuite_filecfg_ml_SOURCES =	lib_internal/testsuite/filecfg-ml.c
lib_internal_testsuite_filecfg_ml_LDADD =	lib_internal/libinternal.a
