1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-27 22:13:43 +00:00
ohwgiles_laminar/test
Oliver Giles e7cba68879 tests: extract pointer to kj::AsyncIoStream
Fixes a crash that happens on g++ 6.3 under debian but not
g++ 7.2.1 under arch. Instead of trying to move kj::AsyncIoStream
between each promise handler, just extract and use the raw
pointer and let attach() clean up the Own<> at the end
2018-01-27 19:13:53 +02:00
..
test-conf.cpp add basic tests for conf, database and run 2018-01-26 13:07:02 +02:00
test-database.cpp add basic tests for conf, database and run 2018-01-26 13:07:02 +02:00
test-run.cpp tests: env lives in /usr/bin 2018-01-27 13:06:06 +02:00
test-server.cpp tests: extract pointer to kj::AsyncIoStream 2018-01-27 19:13:53 +02:00