Add some tests that pass and test something.
[riscv-isa-sim.git] / Makefile.in
index 1e353ab9668cd379d3e2f3ccc4843644500431a7..a0f119ab34a60edc5ad31fcd1937ae50af3cb94e 100644 (file)
@@ -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