Merge pull request #1307 from wolfmanjm/upstreamedge
[clinton/Smoothieware.git] / rakefile.defaults.example
1 # if regular build the modules to exclude from the build
2 NONETWORK = true
3 EXCLUDE_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
8 TESTMODULES= %w(tools/temperatureswitch libs)