EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
191 stars 100 forks source link

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

Closed kenorb closed 1 month ago

kenorb commented 2 months ago

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