3 AT_SETUP([q2c enforces mandatory subcommands])
4 AT_DATA([q2c.sps], [dnl
5 DATA LIST LIST NOTABLE /x *.
16 AT_CHECK([pspp -O format=csv q2c.sps], [1], [dnl
17 q2c.sps:8: error: EXAMINE: VARIABLES subcommand must be given.
19 q2c.sps:9.7: error: ONEWAY: Syntax error at end of command: expecting variable name.
21 q2c.sps:10: error: CROSSTABS: TABLES subcommand must be given.