You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/regression/ba-issues/README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,10 @@
2
2
3
3
For how to add a new test case, you should refer to following steps:
4
4
5
-
-[BA Issues](#ba-issues)
6
-
-[helper shell script](#helper-shell-script)
7
-
-[`warmc` and `iwasm` build script](#warmc-and-iwasm-build-script)
8
-
-[Add a new configuration for how to run your issue test case](#add-a-new-configuration-for-how-to-run-your-issue-test-case)
9
-
-[Here is a simply running configuration that only uses `iwasm`](#here-is-a-simply-running-configuration-that-only-uses-iwasm)
10
-
-[Here is a simply running configuration that uses only `wamrc`](#here-is-a-simply-running-configuration-that-uses-only-wamrc)
11
-
-[Here is a simply running configuration that uses both `wamrc` and `iwasm`](#here-is-a-simply-running-configuration-that-uses-both-wamrc-and-iwasm)
12
-
-[For deprecated issue test cases](#for-deprecated-issue-test-cases)
13
-
-[Running test cases and getting results](#running-test-cases-and-getting-results)
5
+
1.[Creating directories for new issue test cases](#helper-shell-script)
6
+
2. If the new issue test cases require new CMake build config of `warmc`/`iwasm` rather than existing ones, modify [build script](#warmc-and-iwasm-build-script) for new build config
7
+
3. Add [running configuration](#add-a-new-configuration-for-how-to-run-your-issue-test-case) for the new issue test cases
8
+
4.[Running tests and check test results](#running-test-cases-and-getting-results)
0 commit comments