Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index b4fce9dd3df9499c50cdb1c091f670105c67f49a..638d512ad96698d6e240ab325bfe42a63d7e1d16 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -35,6 +35,7 @@ clean: |
| install: |
| $(MAKE) -C utility install |
| $(MAKE) -C cgpt install |
| + $(MAKE) -C tests install |
| runtests: |
| $(MAKE) -C tests runtests |