TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Barebones unit test suite #25

Open johannes-kk opened 4 years ago

johannes-kk commented 4 years ago

Currently rf_serial.cpp contains some really hacky ad hoc tests of functions in helpers.cpp. Move these to unit tests in cs205_final_project/tests/. Ideally, set up some basic CI/CD build testing, possibly via Travis.

johannes-kk commented 4 years ago

Github actions "Make" are probably a decent choice: https://github.com/johannes-kk/cs205_final_project/actions/new