bryangarza / krabcake

Umbrella repository for Krabcake experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo code still very much under construction.

Clone this repo including submodules.

Build with `make go -j128`

## UI Tests
UI tests are handled by the `kc` crate.

For example, you can simply use:
```
cargo run
```
inside the `kc` `directory to run all the tests in `kc/tests`.

If you need to bless the output:
```
cargo run -- --bless
```

About

Umbrella repository for Krabcake experiments

License:Other


Languages

Language:Rust 51.1%Language:Makefile 33.3%Language:Python 10.7%Language:C 4.9%