Skip to content

Commit

Permalink
README-PUBLISH.md: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 26, 2019
1 parent b001d10 commit 6ba3c31
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README-PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,22 @@ For this, on each platform:
- unpack the archive in `Downloads`, and rename the version folder,
by replacing a dash with a space; this will test paths with spaces;
on Windows the current paths always use spaces, so renaming is not needed;
- clone the build repo from https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack.git
locally; on Windows use the Git console;
- clone this repo locally; on Windows use the Git console;
```
$ git clone --recurse-submodules https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack.git \
~/Downloads/arm-none-eabi-gcc-xpack.git
```
- in a separate workspace, Import -> General -> Existing Projects into Workspace
the Eclipse projects available in the
`tests/eclipse` folder of the build repo; more details in the
[README.md](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/blob/xpack/tests/eclipse/README.md)
- define the **Workspace ARM Toolchain path** to use the `Downloads`
temporary location
- to test the compiler: for all projects
- remove all build folders
- build all configs
- to test the debugger: for all QEMU debug configurations
- to test the compiler: for all projects (start with `arm-f4b-fs-lib`)
- remove all build folders, or **Clean all**
- build all configs, or **Build all**
- to test the debugger: for all QEMU debug configurations (start with
`arm-f4b-fs-debug-lto-qemu`)
- start the QEMU debug session,
- single step a few lines (Step Over)
- start continuous run (Resume)
Expand Down

0 comments on commit 6ba3c31

Please sign in to comment.