Skip to content

Commit

Permalink
Add I/F checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Abe committed Dec 24, 2019
1 parent 098419d commit d1e9e1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@
./configure --prefix=$1
make
make install

# Backend I/F checking
cd $1
git clone https://github.com/LinearTapeFileSystem/ltfs-backends.git
cd ltfs-backends
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/tmp/ltfs/lib/pkgconfig
./autogen.sh
./configure --enable-checkonly
make

0 comments on commit d1e9e1c

Please sign in to comment.