rebar/inttest/app_src_script_2/app_src_script_2.erl
Vlad Dumitrescu 5f0ab0268e Fix .app.src.script bug introduced in b44b4f4
Handle the case when both .app.src and .app.src.script exist;
the script takes precedence.
2015-01-20 17:09:11 +01:00

6 lines
69 B
Erlang

-module(app_src_script_2).
-compile(export_all).
test() ->
ok.