ladybird/AK/Tests
Robin Burchell a3213659dd AK: Run host tests on make
Restructure the makefile a little so it only builds objects once, and
then run them on make clean.

This is a little slower (since we're relinking tests each makeall), but
it also ensures that it will work.
2019-07-21 18:48:44 +02:00
..
Makefile AK: Run host tests on make 2019-07-21 18:48:44 +02:00
TestHashMap.cpp AK: Add a new TestSuite.h from my own work, adapted to match the existing one a bit 2019-07-16 11:03:38 +02:00
TestJSON.cpp AK: Add a new TestSuite.h from my own work, adapted to match the existing one a bit 2019-07-16 11:03:38 +02:00
TestQueue.cpp AK: Add a new TestSuite.h from my own work, adapted to match the existing one a bit 2019-07-16 11:03:38 +02:00
TestString.cpp AK: Add a new TestSuite.h from my own work, adapted to match the existing one a bit 2019-07-16 11:03:38 +02:00
TestVector.cpp AK: Add a unit test for Vector::prepend(Vector&&) with complex T. 2019-07-21 11:35:41 +02:00
TestWeakPtr.cpp AK: Add some basic unit tests for WeakPtr. 2019-07-21 11:34:31 +02:00