List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 13 2006 9:50pm
Subject:bk commit into 5.1 tree (jimw:1.2341)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jimw. When jimw does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2341 06/04/13 12:50:26 jimw@stripped +5 -0
  Fix 'make distcheck' problems with new unittest code.

  unittest/mytap/t/Makefile.am
    1.4 06/04/13 12:50:22 jimw@stripped +1 -1
    Use builddir for finding mytap library

  unittest/mysys/Makefile.am
    1.3 06/04/13 12:50:22 jimw@stripped +1 -1
    Use srcdir to find mytap header

  unittest/examples/Makefile.am
    1.3 06/04/13 12:50:21 jimw@stripped +1 -1
    Use srcdir to find mytap header

  unittest/Makefile.am
    1.4 06/04/13 12:50:21 jimw@stripped +3 -1
    Add unit to DISTCLEANFILES, and make sure to copy it from srcdir

  BitKeeper/etc/ignore
    1.238 06/04/13 12:49:48 jimw@stripped +1 -0
    added unittest/mytap/t/basic.t

  BitKeeper/etc/ignore
    1.237 06/04/13 12:49:18 jimw@stripped +8 -0
    added unittest/examples/no_plan.t unittest/examples/simple.t
unittest/examples/skip_all.t unittest/examples/skip.t unittest/examples/todo.t
unittest/mysys/base64.t unittest/mysys/bitmap.t unittest/unit

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.1-kill-sql-bench

--- 1.3/unittest/mytap/t/Makefile.am	2006-04-06 08:18:05 -07:00
+++ 1.4/unittest/mytap/t/Makefile.am	2006-04-13 12:50:22 -07:00
@@ -2,7 +2,7 @@
 AM_CPPFLAGS     = -I$(srcdir) -I$(top_builddir)/include
 AM_CPPFLAGS    += -I$(srcdir)/..
 
-AM_LDFLAGS      = -L$(srcdir)/..
+AM_LDFLAGS      = -L$(top_builddir)/unittest/mytap
 
 AM_CFLAGS       = -Wall -ansi -pedantic
 

--- 1.3/unittest/Makefile.am	2006-04-10 08:06:05 -07:00
+++ 1.4/unittest/Makefile.am	2006-04-13 12:50:21 -07:00
@@ -2,6 +2,8 @@
 
 noinst_SCRIPTS = unit
 
+DISTCLEANFILES = unit
+
 unittests = mysys examples
 
 .PHONY: all mytap mysys examples test
@@ -18,6 +20,6 @@
 examples:
 	cd examples && $(MAKE)
 
-unit: unit.pl
+unit: $(srcdir)/unit.pl
 	cp $< $@
 	chmod +x $@

--- 1.2/unittest/examples/Makefile.am	2006-04-06 08:18:05 -07:00
+++ 1.3/unittest/examples/Makefile.am	2006-04-13 12:50:21 -07:00
@@ -1,5 +1,5 @@
 AM_CPPFLAGS        = -I$(srcdir) -I$(top_builddir)/include
-AM_CPPFLAGS       += -I$(top_builddir)/unittest/mytap
+AM_CPPFLAGS       += -I$(top_srcdir)/unittest/mytap
 
 AM_LDFLAGS         = -L$(top_builddir)/unittest/mytap
 

--- 1.2/unittest/mysys/Makefile.am	2006-04-06 08:18:05 -07:00
+++ 1.3/unittest/mysys/Makefile.am	2006-04-13 12:50:22 -07:00
@@ -1,6 +1,6 @@
 
 AM_CPPFLAGS      = @ZLIB_INCLUDES@ -I$(top_builddir)/include 
-AM_CPPFLAGS     += -I$(top_srcdir)/include -I$(top_builddir)/unittest/mytap
+AM_CPPFLAGS     += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
 
 AM_LDFLAGS       = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys
 AM_LDFLAGS      += -L$(top_builddir)/strings -L$(top_builddir)/dbug

--- 1.236/BitKeeper/etc/ignore	2006-04-11 18:53:52 -07:00
+++ 1.238/BitKeeper/etc/ignore	2006-04-13 12:49:48 -07:00
@@ -1760,3 +1760,12 @@
 zlib/*.vcproj
 mysql-test/r/*.log
 client/mysql_upgrade
+unittest/examples/no_plan.t
+unittest/examples/simple.t
+unittest/examples/skip_all.t
+unittest/examples/skip.t
+unittest/examples/todo.t
+unittest/mysys/base64.t
+unittest/mysys/bitmap.t
+unittest/unit
+unittest/mytap/t/basic.t
Thread
bk commit into 5.1 tree (jimw:1.2341)Jim Winstead13 Apr