jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

Input/Output dir options #248

Open denizzzka opened 4 years ago

denizzzka commented 4 years ago

Fix #243

denizzzka commented 4 years ago

Please include tests

I could not do this so that there were a minimum number of changes.

denizzzka commented 4 years ago

I run it by this way:

dstep -I -O -o ./dst_dir/ ./src_dir/
jacob-carlborg commented 4 years ago

I could not do this so that there were a minimum number of changes.

I’m not sure I follow. You can have a look here at how to to implement a test:

https://github.com/jacob-carlborg/dstep/blob/master/tests/functional/Tests.d