hzeller / beagleg

G-code interpreter and stepmotor controller for crazy fast coordinated moves of up to 8 steppers. Uses the Programmable Realtime Unit (PRU) of the Beaglebone.
http://beagleg.org/
GNU General Public License v3.0
122 stars 51 forks source link

make test doesn't run all the tests #27

Closed lromor closed 7 years ago

lromor commented 7 years ago

Should we update the first level Makefile inside src/ such that all the tests inside the other folders are run when running "make test"?

Or write another target such as test all etc..

hzeller commented 7 years ago

yeah, maybe we should rename the current test target local-tests and have the test target depend on local tests and that then also runs make -C common test and make -C gcode-parser test