diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-21 23:23:57 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-21 23:27:54 -0700 |
commit | 45c08fea47de1a23ce98f4fc7a1c5c3bed92b5fb (patch) | |
tree | 78cbc5db454f79c6baf91afa49f090cf8cb14a58 /build_and_test_until | |
parent | e552479afac60bdf3f5c089213cbc6422902ee5a (diff) | |
download | mu-45c08fea47de1a23ce98f4fc7a1c5c3bed92b5fb.tar.gz |
1616 - merging keyboard and events into 'console'
Only core layers currently passing. Console apps are probably still broken.
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until index f9aac38e..9b817c9d 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -8,5 +8,5 @@ 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 -#? make test #? 1 +#? make valgrind +make test #? 1 |