Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Makefile: Add a memcheck target | Robin Krahl | 2017-03-25 |
| | | | | | Add a memcheck target to the Makefile that calls the valgrind memcheck tool on the test binary. | ||
* | Makefile: Add test target to run sqlitepp_test | Robin Krahl | 2017-03-23 |
| | |||
* | Makefile: Add the library as a dependecy to the test | Robin Krahl | 2017-03-23 |
| | |||
* | Move sources directly to src and rename to .cpp. | Robin Krahl | 2017-03-23 |
| | |||
* | Move from CMake to a plain Makefile | Robin Krahl | 2017-03-23 |
The Makefile contains the rules to build both the library and the test binary, and to create the HTML and LaTeX documentation. Settings like library paths and compiler options are set in config.mk. |