harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 74f3294a98ec94e6ebeae0c4d3eaa631d7e22f63
parent d739c6f9a306d8fcae3d03f43697779921e82c67
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 24 Jul 2021 09:56:43 +0200

tests/configure: add harec dependency

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mtests/configure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/configure b/tests/configure @@ -11,7 +11,7 @@ tests() { 904-deref do cat <<EOF -tests/$t: tests/$t.ha tests/rt.o +tests/$t: harec tests/$t.ha tests/rt.o @printf 'HARECC\t%s\t$@\n' "tests/$t" @HARECACHE=\$(HARECACHE) ./harec -o tests/$t.ssa tests/$t.ha @\$(QBE) -o tests/$t.s tests/$t.ssa