diff --git a/install.md b/install.md index cbd88c0c0c4c2d1a94afd987138fa89e46046c87..0cff5107814de444c735e65c6b925fee5db95e80 100644 --- a/install.md +++ b/install.md @@ -130,7 +130,9 @@ to contain line: You can also create the source and binary [packages](packaging.md) for distribution to other computers. -### <a name="instpath"></a>Setting installation path ### +<a name="instpath"></a> + +### Setting installation path ### Installation directory is set to the current working directory in `CMakeLists.txt`. You can change the path by changing the line @@ -210,7 +212,9 @@ library documentation in `tpcclib-doc` folder, usage information for binaries in `win64/doc` and compiled binaries in the `bin` folder(s). -## <a name="examples"></a>Examples ## +<a name="examples"></a> + +## Examples ## ### GNU Linux, macOS, and Bash on Ubuntu on Windows ### diff --git a/testing.md b/testing.md index 7de425e70bf88cb3bf14f21dbc0e8ea3796a879b..dca2690eddf0f44398d212ee0f97b63a837c045f 100644 --- a/testing.md +++ b/testing.md @@ -49,7 +49,9 @@ If test script is not ready at the time when application itself is added, then c a dummy script which returns a non-zero value and prints to stdout 'test not yet made' or something like that. -## <a name="run"></a>Running tests ## +<a name="run"></a> + +## Running tests ## After successful `make install`, you can run the tests. However, application tests are dependent on the applications of the tpcclib. Therefore, before running the tests, you should have previous