mirror of
https://github.com/i3/i3.git
synced 2026-03-29 11:17:35 +00:00
5 lines
105 B
Makefile
5 lines
105 B
Makefile
test:
|
|
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" t/*.t
|
|
|
|
all: test
|