From 4cd7fd891c80169188705243bb2fdba44bb1edbe Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 15 Nov 2015 02:40:55 +0100 Subject: Running an individual test requires the path Now that the Makefile is non-recursive, running an individual test requires specifying the full path. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31eb49b..523fc96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ All tests can be run like so: Individual tests can be run like so: - $ env TESTS=lsrc-dotfiles-dirs.t make -e check + $ env TESTS=test/lsrc-dotfiles-dirs.t make -e check If you intend to write a new test: -- cgit v1.2.3