An open API service indexing awesome lists of open source software.

https://github.com/abdelbenamara/libft

42 libft project & tester
https://github.com/abdelbenamara/libft

2023 42 c libft libfttester makefile tester

Last synced: about 1 month ago
JSON representation

42 libft project & tester

Awesome Lists containing this project

README

        

# Libft tester

## Installation

- In your Libft project folder :
```
git clone https://github.com/abdelbenamara/Libft.git tests/
```

## Usage

```
make all
```
```
make bonus all
```

## Options

- Vanilla :
```
make norm test
```
```
make norm bonus test
```

- Valgrind :
```
make norm valgrind-test
```
```
make norm bonus valgrind-test
```

- Community :
```
make community-tests
```