summaryrefslogtreecommitdiff
path: root/test/rebar_eunit_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* real bootstrappingTristan Sloughter2015-04-221-6/+6
|
* filter checkapps via `rebar_app_info:is_checkout` rather thanalisdair sullivan2015-03-241-2/+22
| | | | matching directory paths
* add `--app=...` and `--suite=...` options for the eunit provider toalisdair sullivan2015-03-241-2/+196
| | | | run subsets of test suites
* add a more direct way to generate an `eunitized` test app toalisdair sullivan2015-03-241-7/+152
| | | | test utils and add better eunit tests
* Add test case to eunit test suiteKelly McLaughlin2015-03-231-2/+14
| | | | Add test case to exercise the eunit provider using the test profile
* switch from loading modules to read compile info to using `beam_lib`alisdair sullivan2015-03-051-3/+3
| | | | fixes #216 and #220
* test for eunit provideralisdair sullivan2015-01-061-0/+37