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
How about we do something similar to how tests are done in Julia?
So we have our tests, which for the sake of simplicity are said to be mymodule/test/t-fooX.c for X in 1 to 10. We can then have one main function called mymodule/test/main.c, which is written like:
How about we do something similar to how tests are done in Julia?
So we have our tests, which for the sake of simplicity are said to be
mymodule/test/t-fooX.c
for X in 1 to 10. We can then have one main function calledmymodule/test/main.c
, which is written like:This would speed up compile time for tests a bit, and would be very easy to fix (I think this is easy to fix via shell script).
The text was updated successfully, but these errors were encountered: