public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
567ce88ff6cf71c855778957a1b962a6a99e8511 blob 231 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
TESTER_SRC := ./test.sh
TESTS := $(wildcard ./tests/*.ol)

.PHONY: all
all:
	@set -e; \
	for file in $(TESTS); do \
                $(TESTER_SRC) "$$file"; \
		echo; \
        done

.PHONY: clean
clean:
	@rm -rf ./tests/*.ol.test*
debug log:

solving 567ce88 ...
found 567ce88 in http://lists.johnnyrichard.com/olang/20240512143033.229961-2-carlos@maniero.me/
found db2b7d9 in https://git.johnnyrichard.com/olang.git
preparing index
index prepared:
100644 db2b7d9dc66d0347966e9bebaec0308aa03c7e01	tests/integration/Makefile

applying [1/1] http://lists.johnnyrichard.com/olang/20240512143033.229961-2-carlos@maniero.me/
diff --git a/tests/integration/Makefile b/tests/integration/Makefile
index db2b7d9..567ce88 100644

Checking patch tests/integration/Makefile...
Applied patch tests/integration/Makefile cleanly.

index at:
100644 567ce88ff6cf71c855778957a1b962a6a99e8511	tests/integration/Makefile

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