#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 = \
	test01.sh

BINARY_NAME = ktest

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

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

DEPLIBS = $(C_TOOLBOX_DEP_LIBRARIES) \
	  $(TESTSUITE_DEP_LIBRARIES)

#include <TestSuite.template>

/* 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 EXTRA_LIBRARIES */

/* CDEBUGFLAGS = */
/* STD_INCLUDES = */

