Fix makefile

master
Vitaliy Filippov 2014-01-12 20:53:26 +00:00
parent 6d7094fd3d
commit 36619470fe
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ realloc-inodes: realloc-inodes.c bmove.c bmove.h check_uninit.c check_uninit.h M
e2patch: e2patch.c patch.c patch.h
gcc -g -Wsign-compare -Wall -o e2patch -lcom_err -lext2fs e2patch.c patch.c
test-ext2.img:
UID=$(shell id -u)
sudo sh test-mkimages.sh
sudo chown $(UID) *.img
sudo chown $(shell id -u) *.img
test: test-ext2.img realloc-inodes e2patch
perl run-tests.pl