HaskellR icon indicating copy to clipboard operation
HaskellR copied to clipboard

inline-r: move `R_LIBS` tests into main testsuite

Open ConnorBaker opened this issue 2 years ago • 1 comments

The tests introduced in https://github.com/tweag/HaskellR/pull/394 can likely be moved into the main test suite. Instead of producing a test binary for each, consider using process to set the environment variable as part of each test.

ConnorBaker avatar Feb 23 '23 13:02 ConnorBaker

If they depend on H, perhaps they will need to be migrated to the H package.

facundominguez avatar Feb 23 '23 14:02 facundominguez