#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 \
	test02.sh \
	test03.sh \
	test04.sh \
	test05.sh \
	test06.sh \
	test07.sh \
	test08.sh \
	test09.sh \
	test10.sh \
	test11.sh \
	test12.sh \
	test13.sh \
	test14.sh \
	test15.sh \
	test16.sh \
	test17.sh \
	test18.sh \
	test19.sh \
	test20.sh \
	test21.sh \
	test22.sh \
	test23.sh \
	test24.sh \
	test25.sh \
	test26.sh \
	test27.sh \
	test28.sh \
	test29.sh \
	test30.sh \
	test31.sh \
	test32.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>
