Whamcloud - gitweb
LU-1606 api: compile and build lustreapi test
authorRichard Henwood <richard.henwood@intel.com>
Fri, 26 Apr 2013 15:39:09 +0000 (10:39 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 1 May 2013 16:19:54 +0000 (12:19 -0400)
commit4a3a9c5be5732d448c3c2d255b5b779918442f5d
tree3a57e127b1e3900a63907fdae463f996c5e3ff10
parenta4067c6548e11976d0b3ca0efcb8004aafd1e2ed
LU-1606 api: compile and build lustreapi test

To avoid regression of the client api conf-sanity includes a new test
73 to verify the lustreapi can be compiled and linked against. All the
files in the directory $LUSTRE_TESTS_API_DIR with the extension .c are
compiled and linked. The directory is located in the build tree at
./lustre/tests/clientapi.

Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Change-Id: I0ad6a1671bf7033ec2ad5bc7a82d82e468cd31c2
Reviewed-on: http://review.whamcloud.com/3440
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/Makefile.am
lustre/tests/clientapi/simple_test.c [new file with mode: 0644]
lustre/tests/conf-sanity.sh