Commit Graph
2 Commits
Author SHA1 Message Date
AdamKorcz 94415f7517 Added 2 fuzzers (#13818)
* Added fuzzer

Signed-off-by: AdamKorcz <[email protected]>

* Added better fuzzer names

Signed-off-by: AdamKorcz <[email protected]>

* Moved fuzzer to /tools

* Update tools/fuzz.go

Co-authored-by: 6543 <[email protected]>

* Update tools/fuzz.go

* Update tools/fuzz.go

Co-authored-by: silverwind <[email protected]>

* Added tools to Makefile

Co-authored-by: 6543 <[email protected]>
Co-authored-by: silverwind <[email protected]>
Co-authored-by: zeripath <[email protected]>
2020-12-10 20:43:11 +01:00
silverwind e1535c74cc Add 'make watch' (#12636)
* Add 'make watch'

This combines frontend and backend watch into a single command that runs
them in parallel on on SIGINT terminates both.

Termination is not super-clean but I guess it does not have to.

* move to tools/, trap more signals, remove gnu-specific flag

* simplify

Co-authored-by: techknowlogick <[email protected]>
2020-09-04 20:55:06 -04:00