From 2abb55170ea5408496c79b15a1c714263c66c0ed Mon Sep 17 00:00:00 2001 From: Kelly McLaughlin Date: Wed, 4 Feb 2015 10:05:19 -0700 Subject: Add xref provider for cross reference analysis * 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. --- THANKS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'THANKS') diff --git a/THANKS b/THANKS index aef1e52..8aa2a8a 100644 --- a/THANKS +++ b/THANKS @@ -128,4 +128,5 @@ Alexander Verbitsky Andras Horvath Drew Varner Omar Yasin -Tristan Sloughter \ No newline at end of file +Tristan Sloughter +Kelly McLaughlin \ No newline at end of file -- cgit v1.1