diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-05-23 13:13:54 -0400 |
---|---|---|
committer | sueloverso <sue@mongodb.com> | 2016-05-23 13:13:54 -0400 |
commit | 9768c2db0baa654ed2953bf7a308bd7f7e2de7d6 (patch) | |
tree | a64ee76bef7d02acd5f6812fbfa15d9afc22bf24 /build_posix | |
parent | 0f7ae730d9ab28aaa51a938075502f639947d26f (diff) | |
download | mongo-9768c2db0baa654ed2953bf7a308bd7f7e2de7d6.tar.gz |
WT-2554 Add initial C test framework. (#2655)
* WT-2554 Add initial C test framework.
With a few sample applications. Need to do further work to cleanup
the same applications and share as much code/style as possible.
* WT-2554 Fixup build errors.
* Fix compiler warning.
* Cleanup
* Ensure each test runs in a different directory.
* Update C test suite names and add copyright.
* Move test code into subdirectories.
* Replace test_util.i with a real utility library now that we have one.
Nothing needs to be an inline function.
Mostly cherry picked from 7c18420.
* Use WiredTiger getopt in C test suite for platform portability.
* Add a header comment to each test case.
* Add a C test suite entry auto generator
* Style, KNF
* Implement review feedback.
* Build test/utility library on Windows
* Add comment to script. Fix a printf.
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/Make.subdirs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_posix/Make.subdirs b/build_posix/Make.subdirs index 4e1f829c0c5..64749378ed1 100644 --- a/build_posix/Make.subdirs +++ b/build_posix/Make.subdirs @@ -25,8 +25,10 @@ examples/java JAVA lang/python PYTHON # Make the tests +test/utility test/bloom test/checkpoint +test/csuite test/cursor_order test/fops test/format |