Skip to content
Snippets Groups Projects
Commit 15195bce authored by Vesa Oikonen's avatar Vesa Oikonen
Browse files

fixed HTML anchors

parent 9f2124e4
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,9 @@ to contain line: ...@@ -130,7 +130,9 @@ to contain line:
You can also create the source and binary [packages](packaging.md) for distribution to other You can also create the source and binary [packages](packaging.md) for distribution to other
computers. 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`. Installation directory is set to the current working directory in `CMakeLists.txt`.
You can change the path by changing the line You can change the path by changing the line
...@@ -210,7 +212,9 @@ library documentation in `tpcclib-doc` folder, usage information for binaries ...@@ -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). 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 ### ### GNU Linux, macOS, and Bash on Ubuntu on Windows ###
......
...@@ -49,7 +49,9 @@ If test script is not ready at the time when application itself is added, then c ...@@ -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 a dummy script which returns a non-zero value and prints to stdout 'test not yet made' or something
like that. 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 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 the applications of the tpcclib. Therefore, before running the tests, you should have previous
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment