~jocave/snapcraft/plainbox-provider-plugin

« back to all changes in this revision

Viewing changes to tests/plainbox/data/dependencies/p3/p3.c

  • Committer: Snappy Tarmac
  • Author(s): Michael Terry
  • Date: 2015-07-10 16:01:36 UTC
  • mfrom: (71.2.2 lifecycle-fixes2)
  • Revision ID: snappy_tarmac-20150710160136-wd4yjn8f8ye5aisv
Add collision detection before staging, fix ordering of parts to be more reliable, and only export the environment of dependent parts when building each part. by mterry approved by rsalveti

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "p1.h"
 
2
#include "p2.h"
 
3
int main() {
 
4
    p1();
 
5
    p2();
 
6
    return 0;
 
7
}