bda51af2c6a1147cd00873a783279d96232a78e7 blob 171 bytes (raw)
1
2
3
4
5
6
7
8
9
| | TESTER_SRC := ./test.sh
TESTS := $(wildcard ./tests/*.ol)
.PHONY: all
all:
@set -e; \
for file in $(TESTS); do \
$(TESTER_SRC) "$$file"; \
done
|
debug log:
solving bda51af ...
found bda51af in https://git.johnnyrichard.com/olang.git
Code repositories for project(s) associated with this public inbox
https://git.johnnyrichard.com/olang.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox