Commit 7ce2692
committed
test: remove stdlib unittest dependency for tests
When building without the standard library, we exclude the standard
library from the test dependencies. The unittest framework is dependency
on the standard library and cannot be built without it. Remove this
dependency in that case as well.1 parent b4d2f8a commit 7ce2692
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
479 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
480 | 482 | | |
481 | 483 | | |
482 | 484 | | |
| |||
0 commit comments