diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 16:57:37 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 17:14:45 -0800 |
commit | 515309164793b2e03c15954bf8a89f0f288a7f2c (patch) | |
tree | 7fd7ed06fc7a7a772c6002cbb57b59faafcd6ada /cpp/literate/build_and_test_until | |
parent | 6042828bdea2a1ed1da1b0d2013a4479fb3d005a (diff) | |
download | mu-515309164793b2e03c15954bf8a89f0f288a7f2c.tar.gz |
775 - starting to reorg C++ mu to use layers
Diffstat (limited to 'cpp/literate/build_and_test_until')
-rwxr-xr-x | cpp/literate/build_and_test_until | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/literate/build_and_test_until b/cpp/literate/build_and_test_until new file mode 100755 index 00000000..3661c93a --- /dev/null +++ b/cpp/literate/build_and_test_until @@ -0,0 +1,7 @@ +set -e +set -v +make tangle/tangle +./tangle/tangle --until $* > mu.cc +make autogenerated_lists +g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu +./mu test |