diff options
author | Vlad Dumitrescu <[email protected]> | 2014-11-17 12:05:47 +0100 |
---|---|---|
committer | Vlad Dumitrescu <[email protected]> | 2015-01-16 09:12:02 +0100 |
commit | 341bd39f8c3b09b9fdaddbdadce42e80a2b3060d (patch) | |
tree | f43b80c851b86a03f1aff21a20010b5880202392 /lib/edoc/test/edoc_SUITE_data/myapp/src | |
parent | 85fb6bb5a50b4a484532fd3b9830d0a8ea9d02ac (diff) | |
download | otp-341bd39f8c3b09b9fdaddbdadce42e80a2b3060d.tar.gz otp-341bd39f8c3b09b9fdaddbdadce42e80a2b3060d.tar.bz2 otp-341bd39f8c3b09b9fdaddbdadce42e80a2b3060d.zip |
[edoc] add test for nested source directories
Diffstat (limited to 'lib/edoc/test/edoc_SUITE_data/myapp/src')
-rw-r--r-- | lib/edoc/test/edoc_SUITE_data/myapp/src/a.erl | 1 | ||||
-rw-r--r-- | lib/edoc/test/edoc_SUITE_data/myapp/src/src_1/b.erl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/edoc/test/edoc_SUITE_data/myapp/src/a.erl b/lib/edoc/test/edoc_SUITE_data/myapp/src/a.erl new file mode 100644 index 0000000000..1b5b704551 --- /dev/null +++ b/lib/edoc/test/edoc_SUITE_data/myapp/src/a.erl @@ -0,0 +1 @@ +-module(a). diff --git a/lib/edoc/test/edoc_SUITE_data/myapp/src/src_1/b.erl b/lib/edoc/test/edoc_SUITE_data/myapp/src/src_1/b.erl new file mode 100644 index 0000000000..6d6f15dfe5 --- /dev/null +++ b/lib/edoc/test/edoc_SUITE_data/myapp/src/src_1/b.erl @@ -0,0 +1 @@ +-module(b). |