tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
Fix running tests for bytecode-only
David Allsopp
3 years ago
fe2cfc83
d9c4fd77
+5
-1
1 changed file
expand all
collapse all
unified
split
vendor
opam
opam-file-format
tests
legacy
Makefile
+5
-1
vendor/opam/opam-file-format/tests/legacy/Makefile
···
1
1
.PHONY: test
2
2
-
test: legacy.byte legacy.native
2
2
+
test:: legacy.byte
3
3
+
4
4
+
ifneq "$(shell ocamlopt -vnum 2>/dev/null)" ""
5
5
+
test:: legacy.native
6
6
+
endif
3
7
4
8
src/%:
5
9
$(MAKE) -C src $*