MagicHatJo / -UT-ft_printf

Unit tester for testing ft_printf, a printf recreation project at 42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UnitTester] ft_printf

A basic unit tester for checking ft_printf, a 42 project recreating the functionalities of printf. The tests are split into basic functionalities, extended functionalities, modifiers, mixed tests, and extras. This was built as a more complete version of the 42 unit test framework rush.

Usage

Place the ft_printf directory in the project root. The header file for the project must be in the root of the ft_printf directory. Run make test to compile and test the project. Header can be changed to toggle different test groups on and off.

Compilation

Compiler:

clang-6.0

Usage:

make test

or

./printf_unit_tester

About

Unit tester for testing ft_printf, a printf recreation project at 42


Languages

Language:C 96.6%Language:Makefile 2.0%Language:C++ 1.4%