From 199dc55450844d17d460ea0798c421898fd7c5bd Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 5 Mar 2014 03:25:57 +0530 Subject: [PATCH] Add link to testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4f578da493..687b57260eb 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,4 @@ There are lots of make targets you can use: - `make DEP` - builds only the specified dependency. e.g. `make rust-opengles` - `make check-DEP` - build and run tests for specified dependency +The `make check-*` targets for running tests are listed [here](https://github.com/mozilla/servo/wiki/Testing)