blob: 0bc76aaa2f04794425a757bef4c8105c869e8e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Tests: Sources and dependencies
===============================
Source index file for tests?
- Should there be only one or multiple
E.g. for "cumbersome" tests (ones that are very slow
and/or require some external environment)?
- Perhaps they should always be built?
(to prevent code rot)
Dependencies for tests?
- Often there are some additional deps.
- Also, it is possible that a higher version is needed
for some already-present deps.
|