From ffc107a1765d5905c7d313f3e2654b0f9e20efbc Mon Sep 17 00:00:00 2001 From: Christoph Diehl Date: Sun, 23 Apr 2017 03:59:55 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ceb22de..091fa3e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ A fuzzing framework for JavaScript This is WIP. + +## Build + + ./build.py -f lib -d . + + ## Testing Tests live in the `tests/` subdirectory, and are written for [QUnit](https://qunitjs.com/).