You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really have a full understanding of what's wrong, but make won't run properly if the main program starts with a lower case letter instead of a capital.
Steps to reproduce:
Rename Demo.c -> demo.cpp
Change the filter in test/makefile to remove demo.cpp instead of Demo.c from the tests.
The text was updated successfully, but these errors were encountered:
I don't really have a full understanding of what's wrong, but make won't run properly if the main program starts with a lower case letter instead of a capital.
Steps to reproduce:
Demo.c
->demo.cpp
demo.cpp
instead ofDemo.c
from the tests.The text was updated successfully, but these errors were encountered: