Hi

I have figured out what the problem was, and it comes down to a problem with the dot in krnl386.exe16.
So as Dmitry suggested I have moved the test to kernel32 and there it works perfectly (with precompiled assembler program).

Best Regards
Morten Rønne

Morten Rønne wrote:
Hi

Thank you for the pointers Dmitry.
But it seems none of these projects made any progress since no tests have turned up in the git tree. :)

Also none of these really answers any of the question I asked in any detail.

So I have tried to follow the description on how to add a new test, but I can't get the test to run.
The "make test" ends by saying "No rule to make <name of test>.dll.so needed by <name of test>.ok".

I can't see what I should have missed in Makefile.in for this to fail. I would expect the needed rules would be made automatically when creating the final Makefile with make depend.

I can run tests in kernel32 just fine.

So I am attaching the Makefile.in and the only c-source that should be needed to create something that should able to run but do no tests, in the hope that someone can point out what obvious thing I have missed.

Best Regards
Morten Rønne



Dmitry Timoshkov wrote:
Morten Rønne <morten.roenne@tdcadsl.dk> wrote:

  
I would like to write some tests for the krnl386.exe16 part of wine, or 
more precisely the DOS parts of that.
    

Archives should have enough asnwers to question like this one, one of
the attemps is here:

http://www.winehq.org/pipermail/wine-devel/2009-January/072560.html