Testing app and local packages

Hi,

I’m currently rewriting an existing application from Meteor 1.2.1 to 1.3. Since it the app is using angular and I had to control the load order, the main app was also implemented as package. So, it was possible to test all packages in a single run using meteor test-packages.

Now, the main app package has been moved directly into the app, but other code which is shared between multiple apps is still implemented in local packages. How can I execute all tests for the app and the used local packages in a single run?

Best regards,
Ben