[vlc-devel] commit: testapi.c: Use ../../modules too. (Pierre d'Herbemont )
Pierre d'Herbemont
pdherbemont at free.fr
Fri Mar 28 15:21:50 CET 2008
On Mar 28, 2008, at 2:58 PM, Rémi Denis-Courmont wrote:
> Le Friday 28 March 2008 13:22:32 git version control, vous avez
> écrit :
>> vlc | branch: master | Pierre d'Herbemont
>> <pdherbemont at videolan.org> | Fri
>> Mar 28 12:22:46 2008 +0100|
>> [982b7c40e08e680630888ad6676a3c10ea6aabc2]
>>
>> testapi.c: Use ../../modules too.
>
> Hmm??? modules are always in ../modules !
Not on jones. vlc is in .libs/vlc so the relative starts from here.
The fix is ok for me but...
> Also, modules are built after src/, so modules/ is empty when
> running the
> testsuite. Besides, many modules are _not_ always built.
well, make check is run after the module on our buildbot... So that's
a good start.
But good point, I need to think about that a bit more. Some core
functions are not testable without some proper modules. (file playback
needs some modules). So...
Pierre.
More information about the vlc-devel
mailing list