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

C++ fixes for **/**/tests/Makefile tests #773

Closed
kenorb opened this issue Sep 18, 2024 · 0 comments
Closed

C++ fixes for **/**/tests/Makefile tests #773

kenorb opened this issue Sep 18, 2024 · 0 comments

Comments

@kenorb
Copy link
Member

kenorb commented Sep 18, 2024

Uncomment 2nd wildcard in Makefile and try to run `make.

-MAKEFILES := $(wildcard **/tests/Makefile) # $(wildcard **/**/tests/Makefile)
+MAKEFILES := $(wildcard **/tests/Makefile) $(wildcard **/**/tests/Makefile)

The previous Makefile didn't cover all the files.

After uncomment, there are more errors to fix.

Est. 1-2d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants