# simple test module with a single greet() function AT_SETUP([Python externalization - Simple hello]) AT_KEYWORDS([python]) AT_DATA([pythontest.py], [[ import Pythontest print Pythontest.greet() ]]) AT_CHECK([../../Python/run pythontest.py], 0, [stdout], [ignore]) AT_CHECK([fgrep "hello, this is MoleCuilder." stdout], 0, [ignore], [ignore]) AT_CLEANUP