about summary refs log tree commit diff stats
path: root/028call_reply.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-08 23:37:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-08 23:37:07 -0700
commit355db3bf04e46fa62eb73079c9461493c25759f3 (patch)
treef89ee87bd3ed9c5ecfd6c38b3c0179f44a28b774 /028call_reply.cc
parent61c021fdd037ac9bf2a626731ae75403ff1520c3 (diff)
downloadmu-355db3bf04e46fa62eb73079c9461493c25759f3.tar.gz
2946
Reorganize build system to minimize duplication while handling 3
scenarios:

1. Locally running tests with `mu test`
2. Locally running tests until some layer with `build_and_test_until`
3. Running on Linux with `test_layers`
4. Running on Travis CI with multiple sharded calls to `test_layers`

One thing we drop at this point is support for OSX in test_layers. We
don't need it now that we have Travis CI working.
Diffstat (limited to '028call_reply.cc')
0 files changed, 0 insertions, 0 deletions
5 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130