Add new generic LRU cache to the client
This commit is contained in:
parent
41d061c8ff
commit
73159ba091
6 changed files with 197 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ int main(string[] args) {
|
|||
client.add_suite(new ComposerWebViewTest().get_suite());
|
||||
client.add_suite(new ConfigurationTest().get_suite());
|
||||
client.add_suite(new Util.Avatar.Test().get_suite());
|
||||
client.add_suite(new Util.Cache.Test().get_suite());
|
||||
client.add_suite(new Util.Email.Test().get_suite());
|
||||
|
||||
TestSuite js = new TestSuite("js");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue