quakeforge/tools/qfcc/test
Bill Currie 7fce68649a Implement comma expressions
Doesn't quite work (attempt to suppress warning for return a = 3, 5;
failed).
2019-06-09 16:56:20 +09:00
..
old Add a new test case. 2012-11-22 21:59:01 +09:00
.gdbinit v6 modulo test 2010-12-19 11:19:23 +09:00
Makefile.am Implement comma expressions 2019-06-09 16:56:20 +09:00
build-run Add tests for swapping vars and triangle area. 2018-08-21 16:27:22 +09:00
chewed-alias.r Add a test case for the alias chain mangling. 2012-11-27 18:33:41 +09:00
chewed-return.r Don't use the expr type for assignments. 2012-11-30 21:06:08 +09:00
comma-expr.r Implement comma expressions 2019-06-09 16:56:20 +09:00
deadbool.r Add a test for the dead boolean expression. 2012-11-26 21:05:24 +09:00
fordecl.r Fix for decl test scope issue 2019-06-09 13:55:07 +09:00
func-expr.r Add a test for functions in binary expressions. 2013-09-27 23:15:57 +09:00
func-static.r Add a test for function local static variables. 2012-12-03 16:27:31 +09:00
infloop.r Add a test for writes to global vars in a loop. 2012-11-24 14:53:45 +09:00
modulo.r Make the failure message clearer. 2012-11-22 21:59:01 +09:00
paramret.r Add a test for returning @param into an array. 2012-12-26 11:49:39 +09:00
quaternion.r Support assigning non-constant vector expressions. 2018-10-12 22:05:17 +09:00
return-ivar.r Force RETURN's operand to be live. 2012-12-20 21:18:27 +09:00
sendv.r Add a test for compiling calls to obj_msg_sendv. 2012-12-22 14:05:12 +09:00
state.r Start implementing vec = [x,y,z]. 2013-09-27 23:15:56 +09:00
structlive.r Add a test for struct writes. 2012-12-13 13:44:25 +09:00
structptr.r Make structptr.r a little quieter. 2012-11-22 21:59:01 +09:00
swap.r Add tests for swapping vars and triangle area. 2018-08-21 16:27:22 +09:00
test-bi.c Start implementing vec = [x,y,z]. 2013-09-27 23:15:56 +09:00
test-bi.h Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
test-defspace.c More defspace tests. 2018-10-09 12:45:26 +09:00
test-defspace.h More defspace tests. 2018-10-09 12:45:26 +09:00
test-harness.c Switch QF's quaterions from wxyz to xyzw. 2018-10-12 14:33:55 +09:00
test-harness.h Start implementing vec = [x,y,z]. 2013-09-27 23:15:56 +09:00
triangle.r Actually do a test for triangle.r. 2018-08-23 20:52:32 +09:00
tw-defspace.c More defspace tests. 2018-10-09 12:45:26 +09:00
tw-diagnostic.c Start work on a unit test for defspace. 2018-09-09 22:37:09 +09:00
tw-strpool.c Start work on a unit test for defspace. 2018-09-09 22:37:09 +09:00
vecexpr.r More ways to break qfcc :/ 2018-10-15 19:48:19 +09:00
vecinit.r Fix a equality check typo. 2018-10-12 23:39:05 +09:00
voidfor.r Append a new sblock for return when necessary. 2012-12-21 20:11:27 +09:00
while.r Add a test for while (count--) 2012-11-22 21:59:00 +09:00