Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-02 | unit tests: attempt to fix linkage issue | Yang Tse | |
2011-06-01 | unit tests: more build adjustments | Yang Tse | |
2011-06-01 | makefile: avoid preprocessor definition usage when linking | Yang Tse | |
2011-05-25 | unit tests: build adjustment | Yang Tse | |
Also define UNITTESTS macro when building unit test sources. Fixing compiler warning: external definition with no prior declaration | |||
2011-01-04 | Fixed path to allow out-of-tree builds | Dan Fandrich | |
2011-01-03 | unittesting: build a separate static lib | Daniel Stenberg | |
When configure --enable-debug has been used, all files in lib/ are now built twice and a separate static library crafted for unit-testing will be linked. The unit tests in the tests/unit subdir will use that library. | |||
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg | |
This is the first approach at doing fairly clean and easy to write and debug unit tests. |