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/src/foo.erl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inttest/eunit/src/foo.erl (limited to 'inttest/eunit/src/foo.erl') diff --git a/inttest/eunit/src/foo.erl b/inttest/eunit/src/foo.erl new file mode 100644 index 0000000..a4c91ba --- /dev/null +++ b/inttest/eunit/src/foo.erl @@ -0,0 +1,10 @@ +-module(foo). + +-ifdef(TEST). + +-include_lib("eunit/include/eunit.hrl"). + +foo_test() -> + ?assert(true). + +-endif. -- cgit v1.1