summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/attachments/20140303/52007acc/attachment.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/attachments/20140303/52007acc/attachment.html')
-rw-r--r--_build/static/archives/extend/attachments/20140303/52007acc/attachment.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_build/static/archives/extend/attachments/20140303/52007acc/attachment.html b/_build/static/archives/extend/attachments/20140303/52007acc/attachment.html
new file mode 100644
index 00000000..de4f2988
--- /dev/null
+++ b/_build/static/archives/extend/attachments/20140303/52007acc/attachment.html
@@ -0,0 +1,11 @@
+<tt>
+&lt;div&nbsp;dir=&quot;ltr&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;I&nbsp;have&nbsp;next&nbsp;structure&nbsp;of&nbsp;my&nbsp;project:&lt;br&gt;.&lt;br&gt;├──&nbsp;deps&lt;br&gt;│  &nbsp;├──&nbsp;cowboy&lt;br&gt;│  &nbsp;├──&nbsp;cowlib&lt;br&gt;│  &nbsp;├──&nbsp;erlang_iconv&lt;br&gt;│  &nbsp;├──&nbsp;erlydtl&lt;br&gt;│  &nbsp;├──&nbsp;mochiweb_xpath&lt;br&gt;│  &nbsp;└──&nbsp;ranch&lt;br&gt;├──&nbsp;ebin&lt;br&gt;│  &nbsp;├──&nbsp;fetchers.beam&lt;br&gt; <br>
+│  &nbsp;├──&nbsp;parsers.beam&lt;br&gt;│  &nbsp;└──&nbsp;wasearch_sup.beam&lt;br&gt;├──&nbsp;&lt;a&nbsp;href=&quot;http://erlang.mk&quot;&gt;erlang.mk&lt;/a&gt;&lt;br&gt;├──&nbsp;Makefile&lt;br&gt;├──&nbsp;_rel&lt;br&gt;│  &nbsp;└──&nbsp;....&lt;br&gt;├──&nbsp;relx&lt;br&gt;├──&nbsp;relx.config&lt;br&gt;├──&nbsp;src&lt;br&gt;│  &nbsp;├──&nbsp;fetchers.erl&lt;br&gt;│  &nbsp;├──&nbsp;main_handler.erl&lt;br&gt; <br>
+│  &nbsp;├──&nbsp;parsers.erl&lt;br&gt;│  &nbsp;├──&nbsp;tests&lt;br&gt;│  &nbsp;│  &nbsp;├──&nbsp;parsers_SUITE_data&lt;br&gt;│  &nbsp;│  &nbsp;├──&nbsp;parsers_SUITE.erl&lt;br&gt;│  &nbsp;│  &nbsp;├──&nbsp;....&lt;br&gt;│  &nbsp;├──&nbsp;wasearch_app.erl&lt;br&gt;│  &nbsp;├──&nbsp;wasearch.app.src&lt;br&gt;│  &nbsp;└──&nbsp;wasearch_sup.erl&lt;br&gt;└──&nbsp;templates&lt;br&gt; <br>
+   &nbsp;└──&nbsp;index.dtl&lt;br&gt;&lt;br&gt;I&nbsp;would&nbsp;prefer&nbsp;to&nbsp;store&nbsp;tests&nbsp;not&nbsp;in&nbsp;`src`&nbsp;directory&nbsp;but&nbsp;rather&nbsp;in&nbsp;`tests`&nbsp;subdirectory.&nbsp;&lt;br&gt;Erlang.mk&nbsp;README&nbsp;says:&nbsp;You&nbsp;can&nbsp;run&nbsp;an&nbsp;individual&nbsp;test&nbsp;suite&nbsp;by&nbsp;using&nbsp;the&nbsp;special&nbsp;&lt;code&gt;test_*&lt;/code&gt; <br>
+targets.&nbsp;For&nbsp;example&nbsp;if&nbsp;you&nbsp;have&nbsp;a&nbsp;common_test&nbsp;suite&nbsp;named&nbsp;&lt;code&gt;spdy&lt;/code&gt; <br>
+and&nbsp;you&nbsp;want&nbsp;to&nbsp;run&nbsp;only&nbsp;this&nbsp;suite&nbsp;and&nbsp;not&nbsp;the&nbsp;others,&nbsp;you&nbsp;can <br>
+use&nbsp;the&nbsp;&lt;code&gt;make&nbsp;test_spdy&lt;/code&gt;&nbsp;command.&lt;br&gt;And&nbsp;of&nbsp;course&nbsp;`make&nbsp;test_parsers` &nbsp;returns&nbsp;`no&nbsp;rule&nbsp;to&nbsp;make&nbsp;target`&nbsp;error.&nbsp;&lt;br&gt;Is&nbsp;there&nbsp;a&nbsp;way&nbsp;to&nbsp;run&nbsp;suites&nbsp;from&nbsp;custom&nbsp;directory&nbsp;with&nbsp;`make_&lt;mod_name_with_suite&gt;`&nbsp;command?&nbsp;&lt;br&gt; <br>
+&lt;/div&gt; <br>
+
+</tt>