summaryrefslogtreecommitdiffstats
path: root/src/test/dummy.cpp
blob: 66806a0e1dabb6a0098c305cea4dd76ea4d99810 (plain)
1
2
3
4
5
6
/** dummy unittest to test the unittesting system */
int test_dummy (int argc, char** argv)
{
    // Always succeed
    return 0;
}