Make check target depend on all target.
This commit is contained in:
parent
29aa49d4ab
commit
b73dd4a208
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ uninstall: force
|
|||
# -rm -f $(datadir)/*.exp
|
||||
-rm -fr $(targetdir)
|
||||
|
||||
check:
|
||||
check: all
|
||||
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB)
|
||||
|
||||
subdir_do: force
|
||||
|
|
Loading…
Add table
Reference in a new issue