DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Remove hard-coded "dub build" and add support fur "dub test". #60

Closed chris0210 closed 9 years ago

chris0210 commented 10 years ago

Only a minor change request: currently each build is initiated by "dub build". In order to test libraries, which have no main()-function, dub offers the "dub test" command, which generates a main()-function and then does the same as "dub build". It would be nice of one could choose in the build-properties panel whether to call the "build" or the "test" command.

bruno-medeiros commented 9 years ago

Duplicate of #49