...
- 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 a Makefile.am under lustre/tests/lutf/ to generate the required object 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 run "sh autogen.sh"
- Run "./configure"
- Run "make"
LUTF/AT Integration
TBD: How the LUTF integrates in the AT
...