lpython icon indicating copy to clipboard operation
lpython copied to clipboard

`cpython` and `cpython_sym` look like the same labels in integration_tests

Open ubaidsk opened this issue 1 year ago • 0 comments

https://github.com/lcompilers/lpython/blob/dfeacbc07fc6cfc837d95b848dcb6370a5876190/integration_tests/CMakeLists.txt#L216

It seems cpython and cpython_sym labels in the integration_tests/CMakelists.txt are similar (or even same). In that case, I think we can remove cpython_sym and simply reuse cpython for simplicity.

ubaidsk avatar May 04 '24 11:05 ubaidsk