diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-17 02:09:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-20 23:04:11 +0100 |
commit | d6c71488b34a2854461feee3296c11568542ecbe (patch) | |
tree | 9486ced2bfb437178d1abe827dc29f00edd7783d /tests/TestUtil.h | |
parent | 20e86801b3cc889a07cd8eef744b06b77a2239cc (diff) | |
download | MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.gz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.lz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.tar.xz MultiMC-d6c71488b34a2854461feee3296c11568542ecbe.zip |
Some test madness
Diffstat (limited to 'tests/TestUtil.h')
-rw-r--r-- | tests/TestUtil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TestUtil.h b/tests/TestUtil.h index 5de8c4f2..fd25d24f 100644 --- a/tests/TestUtil.h +++ b/tests/TestUtil.h @@ -31,6 +31,9 @@ struct TestsInternal # define _MMC_EXTRA_ARGV # define _MMC_EXTRA_ARGC 0 #endif + + + #define QTEST_GUILESS_MAIN_MULTIMC(TestObject) \ int main(int argc, char *argv[]) \ { \ |