Merge remote-tracking branch 'canonical/next'
[sinan.git] / features / sint_testability.feature
bloba3a5fb3223c16aec1c598d4e41994cf62092b0de
1 Feature: Make sinan more testable
2   In order to make it easier to test sinan from sinan
3   As an Erlang Developer
4   I want sinan to be able to pass the start directory to a sinan
5   call instead of having it inferred.
7   Scenario: Pass the start dir to a sinan project
8     Given a generated project in a different location then the CWD
9     When a build step is run on this project
10     And a start dir is passed to the build
11     Then sinan should build the project in the location specified by the start dir