summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Delacour <gui@iroqwa.org>2015-06-29 21:27:09 +0000
committerGuillaume Delacour <gui@iroqwa.org>2015-06-29 21:27:09 +0000
commit00cce4dbb310bc09c2dc952a05b3daf502260977 (patch)
tree88c6316bdc1d1afe013135eb292df8d97a26b467 /Makefile
parent28809faae4da171e2a2472817e516cef5e850d24 (diff)
downloadsgdisk-00cce4dbb310bc09c2dc952a05b3daf502260977.tar.gz
new target test the call gdisk_test.sh script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ae018e..8c8f9fd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o
fixparts: $(MBR_LIB_OBJS) fixparts.o
$(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts
+test:
+ ./gdisk_test.sh
+
lint: #no pre-reqs
lint $(SRCS)