English

42 C Piscine Validators

In this repository you will find a list of validators you can use to test your C projects during your C Piscine.


How to use

Download the test .zip file for the correct project. Unzip it next to your excercises. This should be your file tree:

Project CXX
    ex00
        ft_whatever.c
    ex01
        ft_whatever.c
    ex02
        ft_whatever.c
    exXX
        ft_whatever.c
    test
	main00.c
	main01.c
	main02.c
	mainXX.c
	validar.sh

Then, with your shell, cd into Project CXX/test and run validar.sh. This will start the validator.

Note

This validation program is written in Bash and C, and it is all in Spanish. I have no plans to translate it to English, but feel free to create PRs for it.



Español

Validadores para la Piscina de C de 42

En este repositorio encontrarás una lista de validadores que puedes usar para comprobar tus proyectos de C durante tu Piscina de C.


Cómo usar

Descarga el archivo .zip del test para tu proyecto. Descomprímelo al lado de las carpetas de tus ejercicios. Tu carpeta de proyecto (repositorio) debería tener este aspecto:

Proyecto CXX
    ex00
        ft_loquesea.c
    ex01
        ft_loquesea.c
    ex02
        ft_loquesea.c
    exXX
        ft_loquesea.c
    test
	main00.c
	main01.c
	main02.c
	mainXX.c
	validar.sh

Con tu terminal (shell), haz cd hasta llegar a la carpeta Proyecto CXX/test y ejecuta sh validar.sh. Esto iniciará el validador.


License / Licencia

LICENSE