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
Currently we only test the --show-c with the ./run_tests.py testsuite, which checks the generated C output. We also have to add integration tests that will test:
actually compiling the C code via a C compiler
linking multiple files
testing the C interop (call into C, callback from C, etc.)
We probably can extend our current test framework, to test llvm and/or C with the same test files. We have to add the ability to specify other C files to compile and link.
I think the frontend should be improved to be able to use syntax like:
Currently we only test the
--show-c
with the./run_tests.py
testsuite, which checks the generated C output. We also have to add integration tests that will test:We probably can extend our current test framework, to test llvm and/or C with the same test files. We have to add the ability to specify other C files to compile and link.
I think the frontend should be improved to be able to use syntax like:
Then we compile everything with gcc or clang.
The text was updated successfully, but these errors were encountered: