www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How to run DMD's tests?

reply "Nick Sabalausky" <a a.a> writes:
Like the subject says. I try to use the makefile, but I keep getting this:

Error on line 76: expecting target : dependencies
Apr 07 2011
parent Brad Roberts <braddr puremagic.com> writes:
On 4/7/2011 10:17 PM, Nick Sabalausky wrote:
 Like the subject says. I try to use the makefile, but I keep getting this:
 
 Error on line 76: expecting target : dependencies
 
It requires gnu make to run. You can look at the scripts used by the auto-tester here: https://github.com/braddr/d-tester/tree/master/client/src
Apr 07 2011