summaryrefslogtreecommitdiff
path: root/test/rebar_xref_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* track and cleanup code paths for different contextsTristan Sloughter2015-04-211-2/+2
|
* test end case cleanupsTristan Sloughter2015-03-051-18/+1
|
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-2/+3
|
* profiles: combine lists of values for conflicting config optionsTristan Sloughter2015-02-241-1/+1
|
* Add xref provider for cross reference analysisKelly McLaughlin2015-02-051-0/+190
* Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings.