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
- Host: GitHub
- URL: https://github.com/abdelbenamara/libft
- Owner: abdelbenamara
- Created: 2022-11-11T18:11:07.000Z (over 2 years ago)
- Default Branch: tester
- Last Pushed: 2023-07-02T18:31:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T03:13:42.771Z (3 months ago)
- Topics: 2023, 42, c, libft, libfttester, makefile, tester
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```