forked frommpartel/bindfs
- Notifications
You must be signed in to change notification settings - Fork0
Commitaceeb3c

Dan Dedrick
tests: fix building out of place
The path to the source files should be top_srcdir not top_builddir. Whenbuilding in place these are both the same so this doesn't fail but istechnically wrong. This change will allow both cases to work.To demonstrace how this was broken before and to ensure it is fixed nowyou can do the following:./autogen.sh && mkdir -p build && cd build && ../configure && makeRunning make check out of place still doesn't work but that will requirea bit more change.1 parent10ac49f commitaceeb3c
1 file changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments
Comments
(0)