blob: a4c91ba7567a62339e52fac236a5018b6a79ee06 [file] [log] [blame]
-module(foo).
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
foo_test() ->
?assert(true).
-endif.