You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This is a header-only library, consisting of just one header - promise.hpp. You
20
20
This library should be compatible with gcc >= 4.9, clang >= 3.3 and Visual Studio >= 2015
21
21
22
22
## Tests
23
-
To run the tests with the provided `Makefile`, you need `make`, `gcc` or `clang`, and you need to have cloned this repository with the --recursive switch (as noted in the installation section), in order to have the unit test framework. Open a console in the `tests`subdir and type `make run`. The test suite should build and run.
23
+
A test suite is included, together with a submodule for the `async-test` framework that is used for the test suite. See the Readme.md in the `tests`subdirectory for details how to run and build the tests.
24
24
25
25
# API
26
26
A brief overview of the API follows. For practical usage examples and details on the behavior,
0 commit comments