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

Map Validations #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Map Validations #2

wants to merge 7 commits into from

Conversation

mendes-jv
Copy link
Collaborator

No description provided.

Updated the include path for libft in the header file and Makefile to ensure proper linkage. Also refined success messages in the Makefile for clarity.
@mendes-jv mendes-jv added the enhancement New feature or request label Oct 28, 2024
@mendes-jv mendes-jv self-assigned this Oct 28, 2024
Introduced new file for map validation tests with placeholders. This addition sets up initial structure for future test case expansions.
Created a new test file `test_execution.c` to perform end-to-end execution tests using Valgrind. Updated `Makefile` to include test targets and added necessary headers and system calls in `cub3d.h` and `main.c` to support the test infrastructure.
Included the 42 header in `test_execution.c` and `Makefile`. Updated Makefile to include color-coded messages and additional clean-up messages, while also modifying compiler flags.
Included the 42 header in `test_execution.c` and `Makefile`. Updated Makefile to include color-coded messages and additional clean-up messages, while also modifying compiler flags.
Refactor `valgrind_exec` to improve subprocess management and output logging. Implement a function to close all open file descriptors except standard streams. Adjust test script to more accurately capture valgrind output and verify the presence of memory leaks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant