Skip to content

MaximePremont/EpitechCriterionActions_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epitech Criterion Actions Example

Epitech Criterion Actions example project


Epitech Criterion Actions Example is a simple C project serving as an example concerning the organization of the project and the Makefile for the use of Epitech Criterion Actions and for all Epitech projects wich use unit tests.

This example C project has the functionality of displaying the number of letters contained in each word passed as an argument. For this, a "my_strlen" function ( reproducing the operation of "strlen" ) is used, and therefore tested with Criterion.

Exemple

All the results are displayed in the "epitech-criterion-actions" branch


👤 You are an Epitech student ?
Do not hesitate to use the Epitech Criterion Actions for your projects and your reviews !
All information regarding use and installation is available on the main project page.

Don't forget to leave a star if the project was useful to you ⭐

Epitech Criterion Actions by Maxime Premont