blob: 6a2450d87e65e35ddd9f27b9787473ca81c5b2ee [file] [log] [blame]
Vitaly Bukadd3b58a2015-09-02 13:29:58 -07001#!/bin/bash
Vitaly Buka4615e0d2015-10-14 15:35:12 -07002# Copyright 2015 The Weave Authors. All rights reserved.
Vitaly Bukadd3b58a2015-09-02 13:29:58 -07003# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
Jacob Marblee785ec92016-01-13 13:49:44 -08006# Instead of this script, try running "make all -j" and "make testall".
7# TODO: Delete this file after 15-feb-2016.
8
Vitaly Bukadd3b58a2015-09-02 13:29:58 -07009DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
Johan Euphrosine3523fdd2015-10-14 20:46:05 -070010ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P)
Vitaly Bukadd3b58a2015-09-02 13:29:58 -070011
12cd $ROOT_DIR
13
Jacob Marblee785ec92016-01-13 13:49:44 -080014make all -j