mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
Makefile: Make "make test" depend on the main program.
Otherwise, running "make test" can run an old version of the code, (even when new changes are sitting in the source waiting to be compiled).
This commit is contained in:
parent
27bc8930ba
commit
462cce1852
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ glcpp: glcpp.o glcpp-lex.o glcpp-parse.o hash_table.o xtalloc.o
|
|||
|
||||
glcpp-lex.c: glcpp-parse.h
|
||||
|
||||
test:
|
||||
test: glcpp
|
||||
@(cd tests; ./glcpp-test)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue