mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
fix the linux tests make check rule. addresses #1524
git-svn-id: file:///svn/toku/tokudb@9877 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
6c03cb6150
commit
89251b22ef
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ all: $(TARGETS)
|
|||
test-gettime: test-gettime.c
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< $(LDFLAGS) -lrt
|
||||
|
||||
check: $(RUNTARGETS)
|
||||
check: $(TARGETS) $(RUNTARGETS)
|
||||
|
||||
%.tdbrun: %
|
||||
$(VGRIND) ./$<
|
||||
|
|
Loading…
Add table
Reference in a new issue