Opened 11 years ago

Closed 11 years ago

#341 closed defect (fixed)

Tests fail on Windows due to missing LD_LIBRARY_PATH support

Reported by: stephanj Owned by:
Priority: medium Milestone:
Component: RoarAudio Main Package Version: 1.0beta9
Keywords: Cc:
Architecture: i386 Compiler: gcc/mingw
Difficulty: Kernel: other
Operating System: Windows Parent Tickets:
Patch attached: no Protocol: RoarAudio
Sound driver: WMM Topic: Porting

Description

Tests fail on Windows due to missing LD_LIBRARY_PATH support... Insteads the Dir has to be in the Path.

Adding the following to tests/common.sh fixes the problem:

export PATH=$LD_LIBRARY_PATH:$PATH

Subtickets

Change History (1)

comment:1 Changed 11 years ago by ph3-der-loewe

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from current to 1.0beta9
Note: See TracTickets for help on using tickets.