plct-lab/README.md

18 lines
177 B
Markdown

# PLCT LAT TEST
## Build
```bash
make build
cd build
cmake ..
make
```
Three test will be in:
- mixplus
- counter
- cross-checker
There are unit-tests implemented by gtest.