Skip to content

Setting new target for test binaries #2244

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

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

jpodivin
Copy link
Contributor

The original run-tests.sh script no longer exists and the sources for tests are not considered by the makefile. #2243
This change removes the old reference and creates build targets for contents of the tests dir.

Since these are one purpose test utilities, I have decided to leave them in their original location, that is the tests dir,
rather than have them on the top level. Alternatively they could get into special subdir. But that's up for debate.

I've tested some of the newly build utils, and they appear to work. There no build errors, only a handful of warnings.


Programs in the tests directory are now build with target tests and placed in the same location.

  • clean target was expanded to remove new binaries

  • test target binaries are listed in a variable

  • Locations of binaries were added to the .gitignore

Programs in the tests directory are now build with target tests
and placed in the same location.

* clean target was expanded to remove new binaries

* test target binaries are listed in a variable

* Locations of binaries were added to the .gitignore

Signed-off-by: Jiri Podivin <[email protected]>
@jpodivin
Copy link
Contributor Author

Alternatively they can be deleted instead.

@ggerganov ggerganov merged commit 54e3bc7 into ggml-org:master Jul 21, 2023
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.

2 participants