summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorHsu Wei-Cheng <mojahsu@chromium.org>2022-03-30 07:08:52 +0000
committerHsu Wei-Cheng <mojahsu@chromium.org>2022-03-30 08:04:54 +0000
commit83fc83886b88554ad0acc825dbef25fc2b4a4b6f (patch)
tree6317214b1f1710d9895eb00d51fa0c438dbf48bd /test/build.mk
parentf00d79f1687a03d9e3ee410529ec9c2d7987c36d (diff)
downloadchrome-ec-83fc83886b88554ad0acc825dbef25fc2b4a4b6f.tar.gz
Revert "test/run_device_tests.py: Add private tests"
This reverts commit b97ba790690d1ee86c001ef0a82be5897645ae2f. Reason for revert: failed chromeos-fpmcu-unittests Original change's description: > test/run_device_tests.py: Add private tests > > Currently, the list of tests is hard-coded in the Python script. > Add ability to fetch additional tests from the private folder, if > available. > > BRANCH=none > BUG=b:226385185 > TEST=cros lint test/run_device_tests.py > TEST=make V=1 run-<private_test> > TEST=test/run_device_tests.py --flasher=jtrace --remote=localhost > --board=dartmonkey > TEST=test/run_device_tests.py --flasher=jtrace --remote=localhost > --board=dartmonkey --tests=<private_test> > > Cq-Depend: chrome-internal:4633118, chrome-internal:4639001 > Signed-off-by: Andrea Grandi <agrandi@google.com> > Change-Id: I6d84b652d8f0e3d479bb227cbcc25d0b6f8f274b > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3544427 > Reviewed-by: Tom Hughes <tomhughes@chromium.org> Bug: b:227414670, b:226385185 Cq-Depend: chrome-internal:4647165, chrome-internal:4647014 Change-Id: I751a8e0953f6d61a14ff9065ec930bdb774b5364 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3559970 Reviewed-by: David Stevens <stevensd@chromium.org> Reviewed-by: Morg <morg@chromium.org> Owners-Override: Morg <morg@chromium.org> Tested-by: Hsu Wei-Cheng <mojahsu@chromium.org> Commit-Queue: Hsu Wei-Cheng <mojahsu@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index c77d2015d1..02ae6503f8 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -111,7 +111,6 @@ test-list-host += vboot
test-list-host += version
test-list-host += x25519
test-list-host += stillness_detector
--include private/test/build.mk
endif
# Build up the list of coverage test targets based on test-list-host, but