about summary refs log tree commit diff stats
path: root/cpp/build_and_test_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-18 14:48:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-18 14:48:19 -0800
commit01b2852b653a81c4d5e197a0c52659c7e0dcaf5f (patch)
tree9c9864846c27191afd73b4c1a44810ac0fdd1091 /cpp/build_and_test_until
parent9fc64bbc95bb4e55f28f5262d0f5c660177f0a19 (diff)
downloadmu-01b2852b653a81c4d5e197a0c52659c7e0dcaf5f.tar.gz
782 - promote literate version to canonical C++ version
Diffstat (limited to 'cpp/build_and_test_until')
-rwxr-xr-xcpp/build_and_test_until7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until
new file mode 100755
index 00000000..3661c93a
--- /dev/null
+++ b/cpp/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