summaryrefslogtreecommitdiff
path: root/unittest/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am:kent@mysql.com/kent-amd64.(none)2007-05-281-0/+3
| | | | | Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-311-0/+15
| | | | | | | | | | Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Added GPL copyright text my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc: Changed copyright header formatting some plugin_example.c, daemon_example.c: Added "Copyright (C) 2006 MySQL AB" to GPL header
* WL#3504 "plugin actions for engines' and plugins' unit tests"guilhem@gbichot3.local2006-09-151-1/+1
| | | | | | | | | | | | for push in 5.1 (I will inform Trudy). Storage engines and plugins can now have unit tests to test their components; such test must be an executable C/C++ program which name ends with '-t' and which is obeys the mytap protocol, it must be stored in the storage engine's or plugin's source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of this. The top-level Makefile target "test-unit" will run all unit tests: it will scan the engines' and plugins' directories, recursively, and execute all executable files which name ends with '-t'."
* Various fixes to make MyTAP build on all platforms.mkindahl@dl145h.mysql.com2006-08-291-4/+2
|
* mytap-changes.patchmkindahl@production.mysql.com[mkindahl]2006-08-251-4/+3
|
* second patch for make distcheckserg@serg.mylan2006-06-011-1/+2
|
* fixing make distcheck again. fix 1.serg@serg.mylan2006-06-011-1/+1
|
* unittest:serg@serg.mylan2006-06-011-19/+6
| | | | | | | | | | | | | 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
* fix for BSD makeserg@serg.mylan2006-05-251-1/+1
|
* add a file to EXTRA_DIST. Should fix broken bootstrap.petr@mysql.com2006-04-141-0/+2
|
* Fix 'make distcheck' problems with new unittest code, and a smalljimw@mysql.com2006-04-131-1/+3
| | | | portability problem.
* WL#3206 (Adding unit tests):mats@mysql.com2006-04-101-4/+6
| | | | | | | 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.
* WL#3206 (Adding unit tests):mats@mysql.com2006-04-061-1/+21
| | | | | | Moving mytap library into unittest/ Adding 'test' target to make and run unit tests. Minor fixes.
* WL#3206 (Add unit tests):mats@mysql.com2006-04-041-0/+1
An implementation of the TAP framework for writing unit tests.