aboutsummaryrefslogtreecommitdiff
path: root/common/container/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-10-24Add t_ prefix to all the common tests that conflict with examplesBoris Kolpackov1-1/+1
2011-10-21Remove common_ from all table_prefix arguments in common testsConstantin Michael1-1/+1
2011-10-21Add common tests for OracleConstantin Michael1-1/+1
Due to the 30 character limit imposed by Oracle on identifiers, some of the common tests code and/or makefiles had to be modified.
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+2
2011-03-27Fix issues preventing building outside source directoryBoris Kolpackov1-3/+3
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-26Save test result to a temp file instead of piping it to diffBoris Kolpackov1-1/+4
This makes tests more robust.
2010-11-06Add a test for container persistenceBoris Kolpackov1-0/+105