#include BOOTSTRAP_INCLUDE

OBJECT_TYPE = testsuite

TOOLBOX_NAME = bootstrap
OBJECT_NAME = 

HEADERS =

CSRCS = \
	test.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	test.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

SCRIPTS = \
	test.sh

BINARY_NAME = ktest

TESTSUITE_LIBRARIES = -lktu
TESTSUITE_DEP_LIBRARIES = $(BOOTSTRAP_NAME)/lib/libktu.a

LDLIBS = $(KHOROSLDOPTION)	\
	 $(C_TOOLBOX_LIBRARIES)	\
	 $(TESTSUITE_LIBRARIES)	\
	 $(BOOTSTRAP_LIBRARIES)	\
	 $(SYSTEMLDOPTION)	\
	 $(EXTRA_LIBRARIES)	\
	 $(SYS_LIBRARIES)

DEPLIBS = $(C_TOOLBOX_DEP_LIBRARIES)	\
	  $(TESTSUITE_DEP_LIBRARIES)	\
	  $(BOOTSTRAP_DEP_LIBRARIES)

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the BOOTSTRAP_LIBRARIES */
/* and EXTRA_LIBRARIES							    */

/* CDEBUGFLAGS = */

/* STD_INCLUDES = */

#include <TestSuite.template>
