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
- Host: GitHub
- URL: https://github.com/tony-go/test-cpp-callbacks
- Owner: tony-go
- Created: 2023-05-11T14:07:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T15:43:02.000Z (about 2 years ago)
- Last Synced: 2025-02-04T16:18:33.384Z (5 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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
```