diff --git a/test/Makefile b/test/Makefile index 2c2defc..6aa7a97 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,4 +22,4 @@ recompile: comptest: recompile test clean: - rm -f *.s *.o `svn pget svn:ignore .` + rm -f a.out *.s *.o tc.* `cat TARGETS` diff --git a/test/TARGETS b/test/TARGETS new file mode 100644 index 0000000..6122c26 --- /dev/null +++ b/test/TARGETS @@ -0,0 +1,135 @@ +zero +one +hello +hello2 +hello3 +hello4 +funcall0 +funcall1 +funcall2 +funcall3 +funcall4 +funcall5 +param +lvar1 +lvar2 +comm +scomm +gvar +sgvar +slcomm +slvar +add +sub +mul +div +mod +bitand +bitor +bitxor +bitnot +lshift +rshift +logicalnot +unaryplus +unaryminus +eq +neq +lt +gt +lteq +gteq +assign +opassign +inc +dec +if1 +if2 +while1 +while2 +while3 +while-break +while-continue +dowhile1 +dowhile2 +dowhile3 +dowhile-break +dowhile-continue +for1 +for-break +for-continue +struct +struct2 +struct3 +union +array +array2 +pointer +pointer2 +pointer3 +pointer4 +charops +charops2 +ucharops +ucharops2 +shortops +shortops2 +ushortops +ushortops2 +intops +uintops +longops +ulongops +integer +string +logicaland +logicalor +condexpr +struct-semcheck +union-semcheck +cast +cast2 +cast3 +block +defvar +mbc +ptrmemb +ptrmemb2 +assoc +funcptr +funcptr2 +funcptr3 +funcptr4 +usertype +ptrtostruct +initializer +fork +vardecl +empstruct +syntax1 +syntax2 +syntax3 +duplicated-import +staticfunc +switch +utf +sizeof-expr +sizeof-type +sizeof-struct +sizeof-union +noreturn +mdarray +mdarray2 +ptrarray +src +varargs +textwrite +validstmt1 +decloverride +alloca +alloca2 +setjmptest +addressof +const +ptrdiff +implicitaddr