The "test.sh" script depends on "string"
This commit is contained in:
parent
ac959ddd7d
commit
1b6559adfe
|
@ -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
|
||||
|
|
|
@ -15,3 +15,4 @@ depends=../src/string.c
|
|||
[test]
|
||||
type=script
|
||||
script=./test.sh
|
||||
depends=string
|
||||
|
|
Loading…
Reference in New Issue
Block a user