From 7cc53d608ab4de5ab0b79a98f3c203d9a0d957df Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 20 Jul 2023 16:37:29 +0200 Subject: [PATCH] doc/c-api: Add missing formatting Signed-off-by: Petr Vorel --- doc/c-test-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt index 4181f96bf3e..07c069ced53 100644 --- a/doc/c-test-api.txt +++ b/doc/c-test-api.txt @@ -2379,7 +2379,7 @@ struct tst_test test = { 1.40 Testing on the specific architecture ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Testcases for specific arch should be limited on that only being supported -platform to run, we now involve a .supported_archs to achieve this feature +platform to run, we now involve a '.supported_archs' to achieve this feature in LTP library. All you need to run a test on the expected arch is to set the '.supported_archs' array in the 'struct tst_test' to choose the required arch list. e.g.