mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
10 lines
114 B
Erlang
10 lines
114 B
Erlang
-module(foo).
|
|
|
|
-ifdef(TEST).
|
|
|
|
-include_lib("eunit/include/eunit.hrl").
|
|
|
|
foo_test() ->
|
|
?assert(true).
|
|
|
|
-endif.
|