rebar/inttest
David Kubecka 07a4a14af6 Fix error when processing non-existent include_lib file
Since process_attr/3 searches source code for attributes, it can
happen that it finds an attribute which is eventually not needed
by the compilation, e.g. hidden by ifdef macro - see enclosed test.
Such attribute can reference a file which is not in the path or
which even doesn't exist at all, and current code doesn't expect
such a situation.  We fix things by simply ignoring such files.
2015-04-06 22:11:57 +02:00
..
app_src Fix .app.src.script bug introduced in b44b4f4 2015-01-20 17:09:11 +01:00
app_src_script Fix .app.src.script bug introduced in b44b4f4 2015-01-20 17:09:11 +01:00
app_src_script_2 Fix .app.src.script bug introduced in b44b4f4 2015-01-20 17:09:11 +01:00
appup_src Fix OTP .appup.src processing on empty lists 2015-03-02 11:47:36 +00:00
appup_src_2 Fix OTP .appup.src processing on empty lists 2015-03-02 11:47:36 +00:00
appup_src_script Support .appup.src[.script] files 2015-02-04 22:33:16 +00:00
code_path_no_recurse inttest: add missing headers and fix a typo 2014-10-29 19:11:10 +01:00
cover Fix whitespace errors 2015-04-02 16:10:31 +02:00
ct1 add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
ct2 Fix deps path check in rebar_ct:collect_glob/3 2014-12-11 11:59:40 +08:00
ct3 inttest/ct3: fix overlong line 2015-01-14 23:19:16 +01:00
depplugins add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
erlc Test order for erl_first_files 2015-01-26 20:41:38 -06:00
erlc_dep_graph Fix error when processing non-existent include_lib file 2015-04-06 22:11:57 +02:00
eunit add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
logging Revert "Merge branch 'platinumthinker-color_in_logs'" 2014-11-21 09:57:49 -05:00
port Minor follow-up fixes for #293 2014-09-11 19:06:04 +02:00
profile Generate cachegrind file if erlgrind is available 2014-12-08 23:09:20 +01:00
proto_gpb Support custom protobuf directory 2015-01-31 19:47:59 +00:00
proto_protobuffs Remove a git url in gpb and protobuffs inttest configs 2015-01-13 00:11:47 +01:00
require_vsn Normalize log level as WARN to ERROR in new patch 2014-11-27 15:34:52 -05:00
rgen1 add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
t_custom_config add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
tdeps1 add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
tdeps2 add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
tdeps3 add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
tdeps_update add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
thooks add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
tplugins add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00
bug_5_rt.erl add Emacs/vi header to non-dummy test modules 2014-12-02 10:52:45 +01:00