Merge pull request #47094 from advaitjain:renode-single-test-ci
PiperOrigin-RevId: 357253579 Change-Id: Ie897b68692d9e9a8be78cde377fa8cd1b54e0d23
This commit is contained in:
commit
e38a7867f1
@ -40,3 +40,8 @@ readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET=${TARG
|
||||
# debugging info on failures.
|
||||
readable_run make -f tensorflow/lite/micro/tools/make/Makefile clean
|
||||
readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET=${TARGET} OPTIMIZATION_LEVEL=-Os test
|
||||
|
||||
# We use Renode differently when running the full test suite (make test) vs an
|
||||
# individual test. So, we test only of the kernels individually as well to have
|
||||
# both of the Renode variations be part of the CI.
|
||||
readable_run make -j8 -f tensorflow/lite/micro/tools/make/Makefile TARGET=${TARGET} test_kernel_add_test
|
||||
|
Loading…
Reference in New Issue
Block a user