From b96af395b9af2ff9df94b3e82213171f30827c8d Mon Sep 17 00:00:00 2001
From: "Kartik K. Agaram" <vc@akkartik.com>
Date: Tue, 5 May 2015 21:17:24 -0700
Subject: 1276 - make C++ version the default

I've tried to update the Readme, but there are at least a couple of issues.
---
 build_and_test_until | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100755 build_and_test_until

(limited to 'build_and_test_until')

diff --git a/build_and_test_until b/build_and_test_until
new file mode 100755
index 00000000..916e93e8
--- /dev/null
+++ b/build_and_test_until
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Load all files sorting before the given argument.
+# You can pass in a prefix, but files matching the prefix *won't* be included.
+
+set -e
+set -v
+make tangle/tangle
+make enumerate/enumerate
+./tangle/tangle $(./enumerate/enumerate --until $* |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc
+cat /dev/null $(./enumerate/enumerate --until $* |grep '.mu$') > core.mu
+make valgrind
-- 
cgit 1.4.1-2-gfad0