~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-31 20:51:18 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731205118-x9n9u2om5tlnipe5
Couple of make distcheck oriented fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# I hope this always does the right thing. Otherwise this is only test programs
33
33
FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) @NOINST_LDFLAGS@
34
34
 
35
 
noinst_PROGRAMS = test_bitmap test_priority_queue test_thr_alarm test_thr_lock test_vsnprintf test_io_cache testhash test_gethwaddr test_base64 #test_charset
 
35
noinst_PROGRAMS = test_bitmap test_priority_queue test_thr_alarm test_thr_lock test_io_cache testhash test_gethwaddr test_base64 #test_charset
36
36
test_bitmap_SOURCES = $(top_srcdir)/mysys/my_bitmap.c
37
37
test_thr_alarm_SOURCES = $(top_srcdir)/mysys/thr_alarm.c
38
38
test_priority_queue_SOURCES = $(top_srcdir)/mysys/queues.c
39
39
test_thr_lock_SOURCES = $(top_srcdir)/mysys/thr_lock.c
40
 
test_vsnprintf_SOURCES = $(top_srcdir)/strings/my_vsnprintf.c
41
40
test_io_cache_SOURCES = $(top_srcdir)/mysys/mf_iocache.c 
42
41
#test_dir_SOURCES = test_dir.c
43
42
#test_charset_SOURCES = test_charset.c