temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / rakefile.defaults.example
CommitLineData
80bbeba9
JM
1# if regular build the modules to exclude from the build
2NONETWORK = true
3EXCLUDE_MODULES = %w(tools/touchprobe tools/laser tools/temperaturecontrol tools/extruder)
4
5# if test framework build the modules to include in the test...
6# here we enable unit tests for tools/temperatureswitch module and any unit tests in /src/testframework/unittests/tools/temperatureswitch/
7# and any unittests in the src/testframework/unittests/libs folder
8TESTMODULES= %w(tools/temperatureswitch libs)