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

https://github.com/horance-liu/cctest-slides


https://github.com/horance-liu/cctest-slides

Last synced: 14 days ago
JSON representation

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)