Hi Rusty,<br><br>I&#39;m attaching the module that&#39;s available from <a href="http://ccan.ozlabs.org/info/str.html">http://ccan.ozlabs.org/info/str.html</a> -&gt; Download with all dependencies. I think I&#39;ve figured out where the problem is. Please correct me If I&#39;m wrong.<br>
<br>In the given module, the str/str.h should be renamed to string/string.h (if we keep run.c unchanged). And the tap/tap.h in run.c, that&#39;s absent in the module, comes from Test Anything Protocol module. But the string.c file is still missing ...<br>
<br>One more thing, I want to make and upload come code/module but I&#39;m not very clear with the following requirements, as to what exactly is the function of _info.c and testsuite.<br><br>&quot;If it has a valid _info.c file and a testsuite, it&#39;ll go into the
main repository.  Otherwise, it&#39;ll go into our &quot;junkcode&quot; area where
people can browse and download it.&quot;<br>