Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD support, move memccpy and striteri tests according to Subject #50

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

jbelinda
Copy link

@jbelinda jbelinda commented Aug 4, 2021

FreeBSD make (pmake derived) is not compatible with GNU make, we have to install devel/gmake port/package to run Libftest on FreeBSD OS.

Also according to the Subject there is no function ft_memccpy in Part 1 and there is function ft_striteri in Part 2, so I moved memccpy test from Part_01 to Additionals and striteri from Additionals to Part_02.

According to the current version of the Subject two of the tests moved:
	memccpy from Part_1 to Additional;
	striteri from Additional to Part_2
This reverts commit 3980115.

Return values for such cases are not specified by ISO/IEC 9899 due
to undefined behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant