From 8e9b11172194ff2920bf572ccbe87a070fe54ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 12 Aug 2010 16:39:11 +0200 Subject: Add test suite for runtime_tools --- lib/runtime_tools/test/inviso_testmodule1_foo.erl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/runtime_tools/test/inviso_testmodule1_foo.erl (limited to 'lib/runtime_tools/test/inviso_testmodule1_foo.erl') diff --git a/lib/runtime_tools/test/inviso_testmodule1_foo.erl b/lib/runtime_tools/test/inviso_testmodule1_foo.erl new file mode 100644 index 0000000000..a7a22cad39 --- /dev/null +++ b/lib/runtime_tools/test/inviso_testmodule1_foo.erl @@ -0,0 +1,9 @@ +-module(inviso_testmodule1_foo). + +-compile(export_all). + +%% The purpose of this module is simply to have a module that is +%% guaranteed not loaded. + +foo() -> + true. -- cgit v1.2.3