https://github.com/harm-smits/gnl-unit-test
A simple get next line unit tester
https://github.com/harm-smits/gnl-unit-test
42born2code codam get-next-line
Last synced: 5 months ago
JSON representation
A simple get next line unit tester
- Host: GitHub
- URL: https://github.com/harm-smits/gnl-unit-test
- Owner: harm-smits
- Created: 2020-01-08T18:54:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T08:41:58.000Z (about 6 years ago)
- Last Synced: 2025-04-10T13:41:01.844Z (11 months ago)
- Topics: 42born2code, codam, get-next-line
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNL Unit Tester
This is taken from the exam and adjusted so that it works for the get_next_line
subject.
1. Put`get_next_line.c`, `get_next_line_utils.c` and`get_next_line.h` in the
root of this clone;
2. Run `test.sh`;
3. ... Profit!