An open API service indexing awesome lists of open source software.

https://github.com/tony-go/test-cpp-callbacks

Testing C++ Callback-Based APIs: A Step-by-Step Guide for JavaScript Developers
https://github.com/tony-go/test-cpp-callbacks

Last synced: 3 months ago
JSON representation

Testing C++ Callback-Based APIs: A Step-by-Step Guide for JavaScript Developers

Awesome Lists containing this project

README

        

# Run

Create a `build` directory and change the directory.

```sh
mkdir build && cd build
```

Generate, build and run tests.

```sh
cmake .. && make && ctest
```