Skip to content
Snippets Groups Projects

Jehoiakim

Merged KINGNE NGOUMETEU Jehoiakim requested to merge Jehoiakim into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
# CPP Ecosystem Project
## Lauching tests
In order to test the different features developped, you first need to compile the relevant files using the following command line : <br>
`make -f [theCorrectMakeFile].mk` <br>
Then, you just have to run the executable created by the makefile (that shoulf have the same name ad the corresponding makefile).
## Miscellaneous
This repository contains a directory *templates* which contains some code templates to get a common base for the coding styles adopted while developing this project.
It is highly recommended to have a look at these files before coding here.
Loading