inttest/eunit/eunit_src/bar.erl (
4
lines of code) (
raw
):
-module(bar). -include_lib("eunit/include/eunit.hrl"). bar_test() -> ?assert(true).