1 2 3 4 5 6 7 8 9 10
-module(foo). -ifdef(TEST). -include_lib("eunit/include/eunit.hrl"). foo_test() -> ?assert(true). -endif.