https://github.com/horance-liu/cctest-slides
https://github.com/horance-liu/cctest-slides
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/cctest-slides
- Owner: horance-liu
- License: apache-2.0
- Created: 2019-10-11T22:27:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T06:13:55.000Z (over 5 years ago)
- Last Synced: 2025-04-15T01:49:30.238Z (14 days ago)
- Language: TeX
- Size: 4.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cctest: A Simple xUnit Implement in Modern C++
## Install Tex
- Linux(Ubuntu)
You should install full texlive packages.
```bash
$ sudo apt-get install texlive-full
```- MacOS
Download [MacTeX.pkg](http://tug.org/mactex/), and install it.
- Windowns
Download [CTEX-full](http://www.ctex.org/CTeXDownload), and install it.## Build
```bash
$ make
```## Preview PDF
```bash
$ open output/cctest.pdf
```## License
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)