mirror of
https://github.com/less/less.js.git
synced 2026-01-24 06:38:05 -05:00
8 lines
65 B
Makefile
8 lines
65 B
Makefile
#
|
|
# Run all tests
|
|
#
|
|
test:
|
|
node test/less-test.js
|
|
|
|
.PHONY: test
|