llvmpipe: Make llvm unit test depend on libllvmpipe.a
Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
6ef1d60407
commit
8b6ec94aec
1 changed files with 2 additions and 3 deletions
|
|
@ -60,8 +60,7 @@ testprogs := lp_test_format \
|
|||
|
||||
LIBS += $(GL_LIB_DEPS) -L. -lllvmpipe -L../../auxiliary/ -lgallium
|
||||
|
||||
$(testprogs): lp_test_% : lp_test_%.o lp_test_main.o
|
||||
$(LD) $^ -o $@ -Wl,--start-group $(LIBS) -Wl,--end-group
|
||||
|
||||
$(testprogs): lp_test_% : lp_test_%.o lp_test_main.o libllvmpipe.a
|
||||
$(LD) $(filter %.o,$^) -o $@ -Wl,--start-group $(LIBS) -Wl,--end-group
|
||||
|
||||
default: $(testprogs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue