Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (7 sloc) 482 Bytes
# if regular build the modules to exclude from the build
NONETWORK = true
EXCLUDE_MODULES = %w(tools/touchprobe tools/laser tools/temperaturecontrol tools/extruder)
# if test framework build the modules to include in the test...
# here we enable unit tests for tools/temperatureswitch module and any unit tests in /src/testframework/unittests/tools/temperatureswitch/
# and any unittests in the src/testframework/unittests/libs folder
TESTMODULES= %w(tools/temperatureswitch libs)
Something went wrong with that request. Please try again.