Commit graph

4 commits

Author SHA1 Message Date
Anthony Scopatz
6c91931346 updated 2016-02-19 18:23:12 -05:00
Anthony Scopatz
275fd08d67 removes Makefile and related content 2016-02-19 00:03:09 -05:00
Benjamin Pollack
48b6abe8a1 Fix use-before-define error in "make test"
In the case that a test was edited, "make test" would erroneously
attempt to add `test_fname` to the list of files to test...which doesn't
exist in that branch. Instead, it should be adding `edited_fname` in
that case.
2015-11-21 16:13:34 -05:00
Kurtis Rader
40034d7315 Replace run_tests bash script with xsh script.
This replaces the bash script I originally proposed as a way to safely invoke
unit tests with a xonsh script (we need to eat our own dog food). This also
udpates the documentation.
2015-11-14 19:20:00 -08:00