2005-03-13 02:24:01 +00:00
|
|
|
# INCLUDES = @CHECK_CFLAGS@
|
2006-05-25 22:50:28 +00:00
|
|
|
|
2005-03-13 02:24:01 +00:00
|
|
|
if HAVE_LIBCHECK
|
2004-06-24 21:10:31 +00:00
|
|
|
## Had to disable check_lht because lht needs to be rewritten.
|
2006-07-20 01:29:39 +00:00
|
|
|
TESTS = check_lhtable check_logEntry check_logWriter check_page check_operations check_transactional2 check_recovery check_blobRecovery check_bufferManager check_indirect check_pageOperations check_linearHash check_logicalLinearHash check_header check_linkedListNTA check_linearHashNTA check_pageOrientedList check_lockManager check_compensations check_errorHandling check_ringbuffer check_iterator check_multiplexer check_bTree check_regions
|
2005-05-05 21:34:12 +00:00
|
|
|
#check_lladdhash
|
2004-06-24 21:10:31 +00:00
|
|
|
else
|
|
|
|
TESTS =
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(TESTS)
|
2006-06-20 21:44:17 +00:00
|
|
|
LDADD = $(top_builddir)/src/lladd/liblladd.a $(top_builddir)/src/libdfa/librw.a #-lefence
|
2005-05-05 21:34:12 +00:00
|
|
|
CLEANFILES = check_lht.log check_logEntry.log storefile.txt logfile.txt blob0_file.txt blob1_file.txt check_blobRecovery.log check_logWriter.log check_operations.log check_recovery.log check_transactional2.log check_page.log check_bufferManager.log check_indirect.log check_bufferMananger.log check_lladdhash.log check_pageOperations.log check_linearhash.log check_linkedListNTA.log check_linearHashNTA.log check_pageOrientedListNTA.log check_lockManager.log check_compensations.log check_errorhandling.log check_header.logg check_iterator.log check_linearHash.log check_ringbuffer.log check_bTree.log
|
2006-06-20 22:05:45 +00:00
|
|
|
AM_CFLAGS=${GLOBAL_CFLAGS}
|
|
|
|
|
2006-05-25 22:50:28 +00:00
|
|
|
|