Skip to content

Commit

Permalink
Update CONTRIBUTING.md for choosetests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Feb 16, 2015
1 parent 71ea0c2 commit 928bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Add new code to Julia's base libraries as follows:

3. Add any necessary export symbols in `exports.jl`.

4. Include your tests in `test/Makefile` and `test/runtests.jl`.
4. Include your tests in `test/Makefile` and `test/choosetests.jl`.

Build as usual, and do `make clean testall` to test your contribution. If your contribution includes changes to Makefiles or external dependencies, make sure you can build Julia from a clean tree using `git clean -fdx` or equivalent (be careful – this command will delete any files lying around that aren't checked into git).

Expand Down

0 comments on commit 928bfa2

Please sign in to comment.