Skip to content

Commit b497ee3

Browse files
committed
Run all unit tests from makefile
1 parent da43c99 commit b497ee3

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.github/workflows/test-units.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,10 @@ jobs:
2222
run: |
2323
make keysclean && make -C tools/keytools clean && rm -f include/target.h
2424
25-
- name: Build wolfboot and test footprint
25+
- name: Build unit tests
2626
run: |
2727
make -C tools/unit-tests
2828
29-
30-
- name: Run manifest header parser unit tests
31-
run: |
32-
./tools/unit-tests/unit-parser
33-
34-
- name: Run non-encrypted ext_flash unit tests
35-
run: |
36-
./tools/unit-tests/unit-extflash
37-
38-
- name: Run aes128 ext_flash unit tests
39-
run: |
40-
./tools/unit-tests/unit-aes128
41-
42-
- name: Run aes256 ext_flash unit tests
43-
run: |
44-
./tools/unit-tests/unit-aes256
45-
46-
- name: Run chacha20 ext_flash unit tests
29+
- name: Run unit tests
4730
run: |
48-
./tools/unit-tests/unit-chacha20
31+
make -C tools/unit-tests run

0 commit comments

Comments
 (0)