Commit Graph

5 Commits

Author SHA1 Message Date
matt335672
57bd1be5b1 Disable stdout buffering for LOG() when running tests
Normally the test runners run in 'forking mode'. When a lot of
messages are logged to stdout, the child process can still be writing
data when the parent writes 'ok' or 'not ok'. This can confuse
the tap-driver.sh process.
2023-01-30 14:31:16 +00:00
Alexandre Quesnel
6479d54eaa Migrating logging to LOG() and LOG_DEVEL() in tests/* 2021-03-26 13:58:27 +00:00
Alexandre Quesnel
ec52c6466d Adding self-contained tests to be built during make all 2021-03-26 00:59:16 +00:00
Alexandre Quesnel
5810cd9fe9 Fixing formatting with astyle in tests/* 2021-03-26 00:59:16 +00:00
Jay Sorg
a330226dd9 added libmem and a test 2013-06-28 19:37:03 -07:00