* unit-tests: small updates to tests

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-26 15:23:17 +03:00
parent f4b0ad7a5d
commit 82176c8991
7 changed files with 21 additions and 32 deletions

View File

@ -1,5 +1,5 @@
/*
** Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by the
@ -39,3 +39,10 @@ test_mu_common_get_random_tmpdir (void)
G_DIR_SEPARATOR,
(int)random()*getpid()*(int)time(NULL));
}
void
black_hole (void)
{
return; /* do nothing */
}