summaryrefslogtreecommitdiff
path: root/inttest/code_path_no_recurse/deps/bazdep/test/bazdep_tests.erl
blob: b5190f63c75d878c77f6fb5af444500ac6e335d7 (plain)
1
2
3
4
5
-module(bazdep_tests).
-include_lib("eunit/include/eunit.hrl").

bazdep_test() ->
    ?assert(bazdep:bazdep() =:= bazdep).