File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ COMMON_TARGETS += testcases tools metadata
4545
4646# Don't want to nuke the original files if we're installing in-build-tree.
4747ifneq ($(BUILD_TREE_STATE ) ,$(BUILD_TREE_SRCDIR_INSTALL ) )
48- INSTALL_TARGETS += runtest scenario_groups testscripts
49- CLEAN_TARGETS += include runtest scenario_groups testscripts
48+ INSTALL_TARGETS += runtest testscripts
49+ CLEAN_TARGETS += include runtest testscripts
5050endif
5151INSTALL_TARGETS += $(COMMON_TARGETS )
5252CLEAN_TARGETS += $(COMMON_TARGETS ) lib libs
Original file line number Diff line number Diff line change @@ -256,9 +256,8 @@ Runtest Files
256256~~~~~~~~~~~~~
257257
258258The list of tests to be executed is stored in runtest files under the
259- :master: `runtest ` directory. The default set of runtest files to be executed is
260- stored in :master: `scenario_groups/default `. When you add a test, you should add
261- corresponding entries into some runtest file(s) as well.
259+ :master: `runtest ` directory. When you add a test, you should add corresponding
260+ entries into some runtest file(s) as well.
262261
263262Each line of runtest file contains one test. The first item is the test name.
264263All other items, separated by space will be executed as a command.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments