diff options
author | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-08 21:08:09 +0530 |
---|---|---|
committer | Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | 2017-05-08 22:39:07 +0530 |
commit | ec2d37cd987c6aafc7d0d71ab6c2643487d8ef92 (patch) | |
tree | 9d6137f38a97b149c4ef75878745ddd26095e2b2 /tests/Makefile | |
parent | e63a97ed1b464975c9df07ea07dec3b136fa034a (diff) | |
download | gluster-ec2d37cd987c6aafc7d0d71ab6c2643487d8ef92.tar.gz gluster-ec2d37cd987c6aafc7d0d71ab6c2643487d8ef92.tar.bz2 gluster-ec2d37cd987c6aafc7d0d71ab6c2643487d8ef92.tar.xz gluster-ec2d37cd987c6aafc7d0d71ab6c2643487d8ef92.zip |
Unit Test to check the shell script and Dockerfile lint. Travis.ci intergrated.
Refer: https://github.com/projectatomic/dockerfile_lint
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..13cf414 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,2 @@ +test: + ./run.sh |