about summary refs log tree commit diff stats
path: root/cpp/literate/build_and_test_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-17 16:57:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-17 17:14:45 -0800
commit515309164793b2e03c15954bf8a89f0f288a7f2c (patch)
tree7fd7ed06fc7a7a772c6002cbb57b59faafcd6ada /cpp/literate/build_and_test_until
parent6042828bdea2a1ed1da1b0d2013a4479fb3d005a (diff)
downloadmu-515309164793b2e03c15954bf8a89f0f288a7f2c.tar.gz
775 - starting to reorg C++ mu to use layers
Diffstat (limited to 'cpp/literate/build_and_test_until')
-rwxr-xr-xcpp/literate/build_and_test_until7
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