Skip to content

hosuzuki/libft_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft_Tester

Original Tester for Libft - 42 Tokyo (2021 WINTER)

-----------------------------------------------------

⭐ Getting Started

In order to install 'libft_tester', clone this repository in the libft folder.

git clone git@github.com:hosuzuki/libft_tester.git

Then, go into the repository which you just cloned.

cd libft_tester

You are all set!!

-----------------------------------------------------

⚡ How To Use

🖍️ Please make sure that you compile all .c files and make a libft library in the libft directory before runnning this test.


To start the test, simply run the shell script in the libft_tester directory.

bash start.sh

It should run all tests.

Test One File

If you would like to test just one file, there is an option.

For instance, when you want to test your `ft_strlen.c`, just add the function name at the end of bash command such as below.
bash start.sh ft_strlen

The result of test on ft_strlen.c will be shown.

b

About

testing tool for libft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published