new target test the call gdisk_test.sh script

This commit is contained in:
Guillaume Delacour
2015-06-29 21:27:09 +00:00
parent 28809faae4
commit 00cce4dbb3
+3
View File
@@ -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)