index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inttest
/
eunit
/
eunit_src
/
bar.erl
blob: 6a80dac372ab4f9c65f71b8c1fb1c4fc80a8efa9 (
plain
)
1
2
3
4
5
6
-module(bar). -include_lib("eunit/include/eunit.hrl"). bar_test() -> ?assert(true).