### test that all need parameters and count how many complain AT_SETUP([Standard Options - invalid commands on present configs]) AT_KEYWORDS([options translate-atoms save-selected-molecules change-element add-empty-boundary center-in-box add-atom suspend-in-water]) file=test.conf AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Options/InvalidCommands/pre/test.conf $file], 0) AT_CHECK([chmod u+w $file], 0) AT_CHECK([../../molecuilder -i $file -t], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -s -b -E -c -b -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -b -E -c -b -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -E -c -b -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -c -b -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -b -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -a -u], 134, [ignore], [stderr]) AT_CHECK([../../molecuilder -i $file -u], 134, [ignore], [stderr]) AT_CLEANUP