index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibTest
Age
Commit message (
Expand
)
Author
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-08
LibTest: Convert Crash test runner to outln(..)
Brian Gianforcaro
2021-05-08
LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertions
Brian Gianforcaro
2021-05-08
LibTest: Move Crash testing facility from crash.cpp to LibTest
Brian Gianforcaro
2021-04-29
LibTest: Add EXPECT_NE(..) test assertion.
Brian Gianforcaro
2021-04-27
LibTest: Add FAIL() macro allow tests to force failure with message.
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everywhere: Use bgianf@serenityos.org for my copyright attribution
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-24
LibTest: Add Test::Counts
Linus Groh
2021-03-15
LibELF+LibTest: Fix serenity_install_sources() paths
Linus Groh
2021-03-01
LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
Brian Gianforcaro