Sort Makefile lines
This commit is contained in:
parent
f38456b4c6
commit
b4342503d5
1 changed files with 7 additions and 7 deletions
14
Makefile.am
14
Makefile.am
|
|
@ -7,20 +7,20 @@ SOURCES = \
|
||||||
knots/promise.scm \
|
knots/promise.scm \
|
||||||
knots/queue.scm \
|
knots/queue.scm \
|
||||||
knots/resource-pool.scm \
|
knots/resource-pool.scm \
|
||||||
|
knots/thread-pool.scm \
|
||||||
knots/timeout.scm \
|
knots/timeout.scm \
|
||||||
knots/web-server.scm \
|
knots/web-server.scm
|
||||||
knots/thread-pool.scm
|
|
||||||
|
|
||||||
SCM_TESTS = \
|
SCM_TESTS = \
|
||||||
tests/non-blocking.scm \
|
tests/non-blocking.scm \
|
||||||
tests/promise.scm \
|
|
||||||
tests/timeout.scm \
|
|
||||||
tests/non-blocking.scm \
|
tests/non-blocking.scm \
|
||||||
tests/queue.scm \
|
|
||||||
tests/web-server.scm \
|
|
||||||
tests/parallelism.scm \
|
tests/parallelism.scm \
|
||||||
|
tests/promise.scm \
|
||||||
|
tests/queue.scm \
|
||||||
tests/resource-pool.scm \
|
tests/resource-pool.scm \
|
||||||
tests/thread-pool.scm
|
tests/thread-pool.scm \
|
||||||
|
tests/timeout.scm \
|
||||||
|
tests/web-server.scm
|
||||||
|
|
||||||
TESTS_GOBJECTS = $(SCM_TESTS:%.scm=%.go)
|
TESTS_GOBJECTS = $(SCM_TESTS:%.scm=%.go)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue