diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-18 14:48:19 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-18 14:48:19 -0800 |
commit | 01b2852b653a81c4d5e197a0c52659c7e0dcaf5f (patch) | |
tree | 9c9864846c27191afd73b4c1a44810ac0fdd1091 /cpp/build_and_test_until | |
parent | 9fc64bbc95bb4e55f28f5262d0f5c660177f0a19 (diff) | |
download | mu-01b2852b653a81c4d5e197a0c52659c7e0dcaf5f.tar.gz |
782 - promote literate version to canonical C++ version
Diffstat (limited to 'cpp/build_and_test_until')
-rwxr-xr-x | cpp/build_and_test_until | 7 |
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 |