Skip to content

Commit c85dd10

Browse files
authored
Update README.md
1 parent 84db848 commit c85dd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ There are two ways to build the test suite "out of the box" - using the provided
99
This option supports only `gcc` and `clang` compilers and requires GNU `make`.
1010
Open a console in the `tests` subdir and type `make run`. The test suite should build and run.
1111

12-
# Using the CMakeLists.txt file
12+
## Using the CMakeLists.txt file
1313
This option is compiler-agnostic and requires `cmake`
1414
Open a terminal in `tests`, create a `build` subdir, and then run `cmake ..`, optionally selecting the type of project you want with the `-G <generator-name>` option, i.e. `cmake -G "Visual Studio 15 2017" ..`
1515

16-
# Manual build
16+
## Manual build
1717
You can easily build the test suite manually. Simply compile `promise-test.cpp`,
1818
providing include path to the directories `./asyc-test` and `..`. Note that C++11 support must be enabled in the compiler.

0 commit comments

Comments
 (0)