The "test.sh" script depends on "string"

This commit is contained in:
Pierre Pronchery 2011-10-30 13:01:47 +00:00
parent ac959ddd7d
commit 1b6559adfe
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ string_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
string: $(string_OBJS)
$(CC) -o string $(string_OBJS) $(string_LDFLAGS)
test:
test: string
./test.sh -P "$(PREFIX)" -- "test"
string.o: string.c ../src/string.c

View File

@ -15,3 +15,4 @@ depends=../src/string.c
[test]
type=script
script=./test.sh
depends=string