aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-01-09 15:42:29 +0100
committerSiri Hansen <[email protected]>2012-03-19 09:48:53 +0100
commite610c1e38219b7038f2e42b233ef226508535a90 (patch)
treeb39c39afdd7411bd56d5e3ba440fc45ef3791e30 /lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl
parent40014d4b190c86044df5f1aa70dad7138d531b7b (diff)
downloadotp-e610c1e38219b7038f2e42b233ef226508535a90.tar.gz
otp-e610c1e38219b7038f2e42b233ef226508535a90.tar.bz2
otp-e610c1e38219b7038f2e42b233ef226508535a90.zip
[reltool] Add test of dependencies derived through calls to external apps
OTP-9794 This is a test of the mechanism with which reltool_server decides which applications to include and not, based on function calls between applications. This is also the mechanism which forms the base for the application- and module dependency graphs.
Diffstat (limited to 'lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl')
-rw-r--r--lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl b/lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl
new file mode 100644
index 0000000000..dd21b33292
--- /dev/null
+++ b/lib/reltool/test/reltool_server_SUITE_data/dependencies/y-1.0/src/y1.erl
@@ -0,0 +1,5 @@
+-module(y1).
+-compile(export_all).
+
+f() ->
+ z1:f().