Skip to content

Commit 34c9dd6

Browse files
committed
Fix tests with "make distcheck"
1 parent c6bb3ec commit 34c9dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DEBUG="_debug"
2929
_deasm()
3030
{
3131
[ $# -lt 1 ] && return 1
32-
file="$1.o"
32+
file="${OBJDIR}$1.o"
3333
arch="$1"
3434
cmd="$DEASM"
3535
format=""

0 commit comments

Comments
 (0)