Commit graph

5 commits

Author SHA1 Message Date
Jamie Bliss
717874baa1 Fix amalgamation command to be more complete. Also add help and be less verbose. 2016-11-28 21:08:32 -05:00
Jamie Bliss
18833db0dd Add makefile to aggregate commands 2016-11-28 18:49:17 -05:00
Anthony Scopatz
275fd08d67 removes Makefile and related content 2016-02-19 00:03:09 -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
Kurtis Rader
27132bb999 Add a makefile defining some common tasks.
This makefile makes it easier to run things like unit tests and pylint
against the code. Especially before doing a commit. It also helps ensure
unit tests are not affected by local config files (e.g., ~/.xonshrc).
2015-11-11 18:05:17 -08:00