#linuxcnc-devel Logs

Oct 17 2021

#linuxcnc-devel Calendar

07:42 AM jepler[m]: pere: linuxcnc.tcl is a bit of a grab bag, but it's intended to be `source`d, not an independent program
07:48 AM jepler[m]: tcl/bin/halconfig.tcl:# Load the linuxcnc.tcl file, which defines variables for various useful paths
07:48 AM jepler[m]: tcl/bin/halconfig.tcl:source [file join [file dirname [info script]] .. linuxcnc.tcl]
11:22 PM pere: seb_kuzminsky: is there some way to test if linuxcnc is kind of working, without any hardware connected? In other words, can we place some self testing code in debian/tests/ to allow the Debian QA system to verify the package built is working?
11:23 PM pere: seb_kuzminsky: an automatic test like this allow a package to propagate from unstable to testing in 2 days instead of 5, and is very useful to discover broken builds.