PRL-PRG / r-compile-server

New R compile server
MIT License
2 stars 0 forks source link

Automate the test #24

Open fikovnik opened 1 week ago

fikovnik commented 1 week ago

It would be great to test all by:

make verify

running all the unit and integration tests in both client and server.

For the server part, it is working. For the client it is a bit harder as we do not have a simple way start the server. The current backend branch has server only in tests which is harder to pull into the assembled jar.

programLyrique commented 1 week ago

23 is nearly ready. After merging into backend, we will have a server in the main part of the code so that it will be easier.