From 95e6ca15aabd71ac1709ddb5e10e3baa11eeee66 Mon Sep 17 00:00:00 2001 From: Rebecca Meritz Date: Wed, 25 Oct 2017 23:45:23 -0400 Subject: Update location of Makefile.am in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcee878..2eaa914 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ Individual tests can be run like so: If you intend to write a new test: 1. Add your test at `test/subcommand-something-meaningful.t`. -2. Add the relative name to the `TESTS` variable in `test/Makefile.am`. +2. Add the relative name to the `TESTS` variable in `Makefile.am`. 3. Source `test/helper.sh` as the first line of your test. 4. When in doubt, use existing tests as a guide. -- cgit v1.2.3