diff options
author | Tim Newsome <tim@sifive.com> | 2016-03-13 13:13:15 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2016-05-23 12:12:10 -0700 |
commit | 651ad043cee90de1c80d07b70a12c81d26b48c95 (patch) | |
tree | 4ca5fbc9f718e7710b7847b10cc29c5f9a39a335 /Makefile.in | |
parent | 824689f929a4148668aaab2b31fa87bf16e8c804 (diff) | |
download | spike-651ad043cee90de1c80d07b70a12c81d26b48c95.zip spike-651ad043cee90de1c80d07b70a12c81d26b48c95.tar.gz spike-651ad043cee90de1c80d07b70a12c81d26b48c95.tar.bz2 |
Add some tests that pass and test something.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1e353ab..a0f119a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -335,7 +335,7 @@ deps : $(deps) bintest_outs = $(bintests:=.out) junk += $(bintest_outs) %.out: % all - ./$^ < /dev/null 2>&1 | tee $@ + ./$* < /dev/null 2>&1 | tee $@ check-cpp : $(test_outs) echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segmentation' $^ < /dev/null; echo |