Dawn/test/tests.c

15 lines
232 B
C

/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "tests.h"
int32_t main() {
return (
test_card() ||
test_poker()
);
}