Add missing Makefile entries for the sort module
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
b4342503d5
commit
338d08081e
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ SOURCES = \
|
||||||
knots/promise.scm \
|
knots/promise.scm \
|
||||||
knots/queue.scm \
|
knots/queue.scm \
|
||||||
knots/resource-pool.scm \
|
knots/resource-pool.scm \
|
||||||
|
knots/sort.scm \
|
||||||
knots/thread-pool.scm \
|
knots/thread-pool.scm \
|
||||||
knots/timeout.scm \
|
knots/timeout.scm \
|
||||||
knots/web-server.scm
|
knots/web-server.scm
|
||||||
|
|
@ -18,6 +19,7 @@ SCM_TESTS = \
|
||||||
tests/promise.scm \
|
tests/promise.scm \
|
||||||
tests/queue.scm \
|
tests/queue.scm \
|
||||||
tests/resource-pool.scm \
|
tests/resource-pool.scm \
|
||||||
|
tests/sort.scm \
|
||||||
tests/thread-pool.scm \
|
tests/thread-pool.scm \
|
||||||
tests/timeout.scm \
|
tests/timeout.scm \
|
||||||
tests/web-server.scm
|
tests/web-server.scm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue