[Mockpp-commits] mockpp/mockpp/docs/en faq.docbook,1.5,1.6
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-23 18:22:47
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21897/mockpp/docs/en Modified Files: faq.docbook Log Message: new faq item Index: faq.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/faq.docbook,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- faq.docbook 23 Apr 2005 18:12:01 -0000 1.5 +++ faq.docbook 23 Apr 2005 18:22:28 -0000 1.6 @@ -68,6 +68,22 @@ the test files form a libary or an executable. Upon execution the above libray with the production code is linked dynamically.</listitem> </itemizedlist> + + So the layout of your project tree might look like this: + + <programlisting> + + projectroot + \_ main() + | + \_ subproject1 + | \_ tests + | + \_ subproject2 + \_ tests + + </programlisting> + </para> </answer> |