From c996e9878b76567b06c83e41bebbe783cced19b5 Mon Sep 17 00:00:00 2001 From: Yuki Ito Date: Tue, 29 Apr 2014 18:36:33 +0900 Subject: Make sure that eunit/qc_compile_opts works fix #245 --- inttest/eunit/eunit_src/bar.erl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 inttest/eunit/eunit_src/bar.erl (limited to 'inttest/eunit/eunit_src') diff --git a/inttest/eunit/eunit_src/bar.erl b/inttest/eunit/eunit_src/bar.erl new file mode 100644 index 0000000..6a80dac --- /dev/null +++ b/inttest/eunit/eunit_src/bar.erl @@ -0,0 +1,6 @@ +-module(bar). + +-include_lib("eunit/include/eunit.hrl"). + +bar_test() -> + ?assert(true). -- cgit v1.1