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

asg/mem-alloc: Update README and fix test script name #23

Merged
merged 4 commits into from
Oct 31, 2023

Conversation

razvand
Copy link

@razvand razvand commented Oct 31, 2023

Update README.md with testing updates. Apply fixes in tests/Makefile.

@razvand razvand added kind/improve Improve / Update existing content / item area/assignment Update to homework assignments topic/data Related to "Data" chapter labels Oct 31, 2023
@razvand razvand requested a review from Alex-deVis October 31, 2023 19:29
Copy link

@Alex-deVis Alex-deVis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the inline comment, please remove creation of tests/out/ directory (i.e. run_tests.py line 461) as it is no longer used.

content/assignments/memory-allocator/README.md Outdated Show resolved Hide resolved
Update `README.md` with details on using `grade.sh` and `make lint`. Use
`run_tests.py` instead of `run-tests.py` in `README.md`.

Signed-off-by: Razvan Deaconescu <[email protected]>
Use `run_tests.py` instead of `run-tests.py` in `tests/Makefile`.

Signed-off-by: Razvan Deaconescu <[email protected]>
`out/` directory is not longer used by tests.

Signed-off-by: Razvan Deaconescu <[email protected]>
@razvand razvand force-pushed the razvand/asg/mem-alloc/fixes branch from 40781f7 to d80617c Compare October 31, 2023 20:42
Use correct and complete targets for `lint` target in `tests/Makefile`.

Signed-off-by: Razvan Deaconescu <[email protected]>
@razvand razvand merged commit cb94f12 into cs-pub-ro:main Oct 31, 2023
1 of 3 checks passed
@razvand razvand deleted the razvand/asg/mem-alloc/fixes branch October 31, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/assignment Update to homework assignments kind/improve Improve / Update existing content / item topic/data Related to "Data" chapter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants