From b5ad184c1bcef78e7c2b052bcffc71f4c7381bcb Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 8 Dec 2023 09:21:32 -0700 Subject: hw8 checkpoint --- test/main.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 5d16fe7..6a92d4a 100644 --- a/test/main.c +++ b/test/main.c @@ -1,5 +1,12 @@ #include "lizfcm.test.h" +#include +#include UTEST(basic, unit_tests) { ASSERT_TRUE(1); } -UTEST_MAIN(); +UTEST_STATE(); +int main(int argc, const char *const argv[]) { + srand(time(NULL)); + + return utest_main(argc, argv); +} -- cgit v1.2.3-70-g09d2