missing dep in make check
This commit is contained in:
parent
383f681156
commit
589117ae1a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ debug: LDFLAGS += $(DBG_LDFLAGS)
|
||||||
debug: $(OBJS)
|
debug: $(OBJS)
|
||||||
$(CC) -o $(TARGET) $^ $(LDFLAGS) $(LDLIBS)
|
$(CC) -o $(TARGET) $^ $(LDFLAGS) $(LDLIBS)
|
||||||
|
|
||||||
check:
|
check: $(TARGET)
|
||||||
bash ./tests/functional/old_testsuite.sh
|
bash ./tests/functional/old_testsuite.sh
|
||||||
bash ./tests/functional/run.sh
|
bash ./tests/functional/run.sh
|
||||||
bash ./tests/functional/warning.sh
|
bash ./tests/functional/warning.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue