Commit graph

9 commits

Author SHA1 Message Date
serg@serg.mylan
50102fd8d7 second patch for make distcheck 2006-06-01 23:59:34 +02:00
serg@serg.mylan
87e8b5add9 fixing make distcheck again. fix 1. 2006-06-01 19:39:13 +02:00
serg@serg.mylan
5409997d49 unittest:
rename *.t* to *-t* to be automake-friendly
  simplify Makefiles
test_atomic.c:
  move to unittest, add GPL comment, fix warnings, convert to tap framework.
configure:
  remove custom tests for available types, use AC_CHECK_TYPE instead
x86-gcc.h:
  fix gcc -ansi errors while maintaining readability
ignore:
  added *-t
2006-06-01 12:25:47 +02:00
serg@serg.mylan
9874a76252 fix for BSD make 2006-05-25 12:48:31 +02:00
petr@mysql.com
db9cabea7d add a file to EXTRA_DIST. Should fix broken bootstrap. 2006-04-14 13:53:02 +04:00
jimw@mysql.com
0ed6517ab8 Fix 'make distcheck' problems with new unittest code, and a small
portability problem.
2006-04-13 13:01:57 -07:00
mats@mysql.com
8d898d3798 WL#3206 (Adding unit tests):
Added 'test' target to build and run tests. Added documentation.
Added README.txt files. Fixing problem with initialization of
the Test::Harness::Straps replacement. Added code to filter out non-
test directories.
2006-04-10 17:06:12 +02:00
mats@mysql.com
32c697806f WL#3206 (Adding unit tests):
Moving mytap library into unittest/
Adding 'test' target to make and run unit tests.
Minor fixes.
2006-04-06 17:18:12 +02:00
mats@mysql.com
02ffd18af6 WL#3206 (Add unit tests):
An implementation of the TAP framework for writing unit tests.
2006-04-04 18:16:15 +02:00