Commit c5057d3
authored
fix(test): run tests automatically in test script (#1334)
Previously, the Makefile required a command to run tests after loading the
test script. Now, the test script itself runs the tests automatically,
simplifying the Makefile and ensuring consistent test execution.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>1 parent d7d808b commit c5057d3
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments