### center atoms with defined boundary AT_SETUP([Domain - centering with defined boundary]) AT_KEYWORDS([domain]) AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/Domain/AddEmptyBoundary/pre/test.conf .], 0) AT_CHECK([../../molecuilder -i test.conf -c "5, 10, 15"], 0, [stdout], [stderr]) AT_CHECK([diff test.conf ${abs_top_srcdir}/${AUTOTEST_PATH}/Domain/AddEmptyBoundary/post/test.conf], 0, [stdout], [stderr]) AT_CLEANUP