Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuwn/tael
🤗 C++98 Extensions for Tatl
https://github.com/fuwn/tael
cpp cpp98 cpp98-compatible tatl test
Last synced: about 1 month ago
JSON representation
🤗 C++98 Extensions for Tatl
- Host: GitHub
- URL: https://github.com/fuwn/tael
- Owner: Fuwn
- License: gpl-3.0
- Created: 2022-06-20T03:05:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T03:17:25.000Z (over 2 years ago)
- Last Synced: 2024-10-12T16:01:40.164Z (about 1 month ago)
- Topics: cpp, cpp98, cpp98-compatible, tatl, test
- Language: C++
- Homepage: https://github.com/Fuwn/tatl
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tael
C++98 Extensions for TatlTael is just a wrapper class of [Tatl](https://github.com/Fuwn/tatl); nothing more, nothing less.
## Usage
### Complex
Tael can be used via it's included testing context and utilities.
An example of this method of using Tatl can be seen in
[`examples/addition.cc`](examples/addition.cc).## Examples
More examples can be found in the [`examples/`](examples) directory.
## License
This project is licensed with the [GNU General Public License v3.0](LICENSE).