From 15195bcee8a07a0709ffd74ac1683d3e3e3c2fdf Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Tue, 3 Sep 2019 11:04:41 +0300 Subject: [PATCH] fixed HTML anchors --- install.md | 8 ++++++-- testing.md | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/install.md b/install.md index cbd88c0c..0cff5107 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 7de425e7..dca2690e 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 -- GitLab