Noeud « Next »: , Noeud « Up »: Project Layout



3.2.1 The Top Level

AUTHORS
In the top level of the distribution, there must be a file AUTHORS which contents is as follows:
          Fabrice Bardèche     <bardec_f@epita.fr>
          Jean-Paul Sartre     <sartre_j@epita.fr>
          Jean-Paul Deux       <deux_j@epita.fr>
          Jean-Paul Belmondo   <belmon_j@epita.fr>
     

The group leader is the first in the list. Do not include emails other than those of EPITA. I repeat: give the 6_1@epita.fr address. Note that the file AUTHORS is automatically distributed, but pay attention to the spelling.

ChangeLog
Optional. The list of the changes made in the compiler, with the dates and names of the people who worked on it. See the Emacs key binding C-x 4 a.
README
Various free information.
argp/
The command line parser we use.
src/
All the sources are in this directory.
tests/
Your own test suite. You should make it part of the project, and ship it like the rest of the package. Actually, it is abnormal not to have a test suite here.