Skip to content

sur4c1/libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libasm

Usage

Compile the library

make libasm

Compile the testers

make testers

Compile the tester for a specific function

make function_name

Note: The function name does not include the ft_ prefix.

Lauch the tester

./test.sh [function_to_test]...

If no arguments are passed, the tester will launch the tests for all functions. Otherwise, only the specified functions will be tested. All invalid function name will be ignored.

Workflow

  • mandatory
    • strlen
    • strcpy
    • strcmp
    • write
    • read
    • strdup
  • bonus (won't do 125%)
    • ft_atoi_base
  • tester
    • automatic tests for str_dup
    • automatic tests for atoi_base
    • selecting of the tests to be done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published