Skip to content

juancrrn/42-c-piscine-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 Madrid
C Piscine

Testing files

Disclaimer

These tests do not guarantee the correctness of the exercises facing Moulinette or other judges.

How to test

Copy the main_test.c of the project and exercise you want to validate to the folder of your exercise.

If you want to do it automatically, you can use your own shell command or rsync.

Do not forget to validate your project files with Norminette. Test files do not pass The Norm.

Once copied, go to the project and exercise folder you want to test, e. g.:

cd 'C Piscine C 03/ex00'

Then, compile the test file with the required C files:

gcc -Wall -Werror -Wextra *.c

Or:

gcc -Wall -Werror -Wextra main_test.c ...

Finally, run the program:

./a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages