This website requires JavaScript.
Explore
Help
Sign In
rui314
/
mold
Watch
1
Star
1
Fork
0
You've already forked mold
mirror of
https://github.com/rui314/mold.git
synced
2024-11-15 14:36:25 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3c513a31cc
mold
/
test
/
Makefile.linux
9 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
[Mach-O] Make `make test` to work on macOS
2021-09-28 12:28:40 +03:00
TESTS
=
$(
wildcard elf/*.sh
)
Parallelize tests
2021-05-29 09:00:18 +03:00
test
:
$(
TESTS
)
$(TESTS)
:
Remove an argument from test scripts
2021-07-21 08:49:02 +03:00
@./
$@
Parallelize tests
2021-05-29 09:00:18 +03:00
.PHONY
:
test
$(
TESTS
)
Reference in New Issue
Copy Permalink