Merge remote-tracking branch 'canonical/next'
[sinan.git] / features / sint_multirun_support.feature
blob0d5ee873bdc0b41e5bb845dc55dba668aef8919d
1 Feature: Support Multiple Concurrent Runs in Sinan
2   In order to make it easier to do test sinan
3   As a Sinan Developer
4   I want to be able to run multiple instances of sinan concurrently
6   Scenario: Run sinan twice correctly
7     Given two generated projects
8     When a build step is run on each project concurrently
9     Then sinan should build both projects without a problem