Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.35 KB

Welcome to the MK_Test 👋

grumpy cat

Simple ft_printf (2021) tester for the mandatory requirements

Disclaimers

This tester only checks the MANDATORY requirements of the 42 "ft_printf" subject, which are the following conversions:

  • %%
  • %c
  • %s
  • %d
  • %i
  • %u
  • %x and %X
  • %p

⚠️ Moreover, getting all green lights does not guarantee the moulinette will validate it.

As such, do not hesitate to raise an issue or a pull request if you think a test is missing !

Pre-requisites

You need to have your own makefile for this tester to work. If you haven't made one yet, you can just use the main.c file and compile with the gcc -Wall -Werror -Wextra command.

Install

Please clone the repo in the root folder of your project:

		|--- your files
---- ft_printf  |
		|--- mk_test
git clone https://github.com/marineks/MK_Test.git

Usage

Please go in the mk_test folder, run these commands:

make
make tests

...And profit 🤗

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator