File tree Expand file tree Collapse file tree
cmake/test/data/TestDeployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Opt out of target/test_autocoder. target/test_chained_autocoder runs test_target_autocoder
22# itself (as the first stage of the chain), so applying both targets to this module would
3- # duplicate the same `cmake -E copy` rule into two submakefiles and race under `make -jN`.
3+ # duplicate the same `cmake -E copy` rule into two sub-makefiles and race under `make -jN`.
44# Custom targets are attached inside register_fprime_module, so the flag must be set first.
55set (SKIP_TEST_AUTOCODER_TARGET TRUE )
66register_fprime_module (
Original file line number Diff line number Diff line change 11# Opt out of target/test_chained_autocoder. This module exercises the standalone
22# target/test_autocoder; without this, the chained target would also run test_target_autocoder
3- # on it and CMake would emit the same `cmake -E copy` rule into two submakefiles , racing
3+ # on it and CMake would emit the same `cmake -E copy` rule into two sub-makefiles , racing
44# under `make -jN`. Custom targets are attached inside register_fprime_module, so the flag
55# must be set first.
66set (SKIP_TEST_CHAINED_AUTOCODER_TARGET TRUE )
You can’t perform that action at this time.
0 commit comments