How to add a new test dir? (Update)

Greg Turner gmturner007 at Ameritech.Net
Sun Oct 6 22:56:56 CDT 2002


On Sunday 06 October 2002 06:25 pm, Greg Turner wrote:
> I'm trying to create a tests directory for rpcrt4.  So far I've
> done the following:
>
> o Create a dlls/rpcrt4/tests directory
>
> o Change dlls/rpcrt4/Makefile.in:
>
> o add dlls/rpcrt4/tests/Makefile.in:
>
> o add dlls/rpcrt4/tests/rpc.c:
>
> but I get no love.  configure seems to go OK;
> When I run make depend it fails:
>
> <==============
> make[2]: Entering directory `/var/src/wine/dlls/rpcrt4'
> cd `dirname tests/__depend__` && make depend
> make[3]: Entering directory `/var/src/wine/dlls/rpcrt4/tests'
> make[3]: *** No rule to make target `depend'.  Stop.
> make[3]: Leaving directory `/var/src/wine/dlls/rpcrt4/tests'
> make[2]: *** [tests/__depend__] Error 2
> make[2]: Leaving directory `/var/src/wine/dlls/rpcrt4'
> make[1]: *** [rpcrt4/__depend__] Error 2
> make[1]: Leaving directory `/var/src/wine/dlls'
> make: *** [dlls/__depend__] Error 2
> ==============>
>
> What am I missing?  Is this documented somewhere?
> Thanks,

I found it:

Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.81
diff -u -r1.81 configure.ac
--- configure.ac        2 Oct 2002 19:58:27 -0000       1.81
+++ configure.ac        7 Oct 2002 03:09:02 -0000
@@ -1435,6 +1435,7 @@
 dlls/rasapi32/Makefile
 dlls/richedit/Makefile
 dlls/rpcrt4/Makefile
+dlls/rpcrt4/tests/Makefile
 dlls/serialui/Makefile
 dlls/setupapi/Makefile
 dlls/shdocvw/Makefile

Now I'm sure it'll get even more confusing ;)

--
gmt

"If ye love wealth better than liberty, the tranquility
of servitude better than the animating contest of freedom,
go home from us in peace. We ask not your counsels or your
arms. Crouch down and lick the hands, which feed you. May
your chains set lightly upon you, and may posterity forget
that ye were our countrymen."

-Samuel Adams




More information about the wine-devel mailing list