digitalmars.D.learn - How to run DMD's tests?
- Nick Sabalausky (2/2) Apr 07 2011 Like the subject says. I try to use the makefile, but I keep getting thi...
- Brad Roberts (3/7) Apr 07 2011 It requires gnu make to run. You can look at the scripts used by the au...
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
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 : dependenciesIt 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