From a1998f2f7ce4153d670e2e5cb5018366517cc1ca Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 20 Aug 2023 16:20:03 +0100 Subject: Get things at least compiling under Linux Nothing really works yet, but at least test.h and fastspin are fixed and some of the issues with RTTI and libdl and stuff are maybe kind of sorted, subject to more testing later. The main issue now seems to be the cvar interface not quite lining up and crashing pretty much immediately. That'll probably take a lot more debugging to figure out, which likely still won't be a priority for quite a while. --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.h b/test/test.h index 3893359..cb806ea 100644 --- a/test/test.h +++ b/test/test.h @@ -69,7 +69,7 @@ static int _ntests = 0; static struct _test _TESTCAT(_test_, __LINE__) = { \ .flags = _TEST_USE_DEFAULT_FLAGS, \ .timeout = _TEST_DEFAULT_TIMEOUT, \ - .desc = __FILE__":"_TESTSTR(__LINE__)": "desc_, \ + .desc = __FILE__":"_TESTSTR(__LINE__)": "desc_ __VA_OPT__(,) \ __VA_ARGS__, \ ._f = &_TESTCAT(_test_f_, __LINE__) \ }; \ -- cgit v1.2.3