diff options
author | Jordan Wilberding <[email protected]> | 2015-09-17 14:59:50 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2015-09-17 14:59:50 -0700 |
commit | a7272cffaa933f0676d1ef1422d66bcec783421a (patch) | |
tree | 81e49a2f36ac73609b269cc869aa277e2ac88c43 /src/rlx_app_discovery.erl | |
parent | 3dd5ab0ad5fd1f60dbab136104b82ef8558dc33a (diff) | |
parent | 0945713e50b75cb835fc97cbeea7abd9e224f8c6 (diff) | |
download | relx-a7272cffaa933f0676d1ef1422d66bcec783421a.tar.gz relx-a7272cffaa933f0676d1ef1422d66bcec783421a.tar.bz2 relx-a7272cffaa933f0676d1ef1422d66bcec783421a.zip |
Merge pull request #391 from tsloughter/notest
remove unneeded ifdefs and change from NOTEST to TEST define
Diffstat (limited to 'src/rlx_app_discovery.erl')
-rw-r--r-- | src/rlx_app_discovery.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rlx_app_discovery.erl b/src/rlx_app_discovery.erl index 3d58185..3d3bdb1 100644 --- a/src/rlx_app_discovery.erl +++ b/src/rlx_app_discovery.erl @@ -300,8 +300,3 @@ get_deps(AppDir, AppName, AppVsn, AppDetail) -> %%%=================================================================== %%% Test Functions %%%=================================================================== - --ifndef(NOTEST). --include_lib("eunit/include/eunit.hrl"). - --endif. |