...
- All the other test suites/scripts for lustre are placed under lustre/tests/ directory. Place LUTF as well under lustre/tests.
- Mention LUTF as a subdirectory to be build in lustre/tests/Makefile.am
- * Create an autoMakefile.am under lustre/tests/ and also under lustre/tests/lutf/ .
- Create a Makefile.am under lustre/tests/lutf/ to generate the required binary files and swig files. (This step might further require to modify configure.ac under lustre tree parent directory to add python path and other things).
- Run "make distclean" to clean up any residual build artifacts.
- cd to lustre tree parent directory and run "sh autogen.sh"
- Run "./configure"
- Run "make"
...
how should we execute a collection of tests. You can discuss how it's currently done, and if it can be imporved.