more CTABLES syntax and tests
[pspp] / tests / language / stats / ctables.at
1 AT_BANNER([CTABLES])
2
3 AT_SETUP([CTABLES parsing])
4 AT_DATA([ctables.sps], [dnl
5 DATA LIST LIST NOTABLE /x y z.
6 CTABLES /TABLE=(x + y) > z.
7 ])
8 AT_CHECK([pspp ctables.sps])
9 AT_CLEANUP