Skip to content

ila36IX/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

My own library in c

Running Tests

To test your functions, you’ll need to copy the tests directory into the root of your project directory. Ensure all files in the root directory do not contain a main function.

Directory Structure

Your directory should look like this:

project-root/
├── ft_func1.c
├── ft_func2.c
├── ...
└── tests/ # directory goes here

Usage

To run test on a particular function, use the following command:

./tests/runtests.sh memmove

Replace memmove with the name of the function you want to test.

To test the entire library, use the following command:

./tests/runtests.sh all

About

My own library in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published