Skip to content

Simple printf tester for the mandatory requirements

Notifications You must be signed in to change notification settings

marineks/MK_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple printf tester for the mandatory requirements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages