mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
Modification of makefiles
git-svn-id: file:///svn/tokudb@2440 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ea663c9716
commit
e840d0a620
2 changed files with 9 additions and 4 deletions
|
@ -49,11 +49,14 @@ RUN_TLOG_TESTS = $(patsubst %.tlog,%.tlogrun,$(TLOG_TESTS))
|
|||
RUN_LIN_TESTS = $(patsubst %.lin,%.linrun,$(LIN_TESTS))
|
||||
RUN_ALL_TESTS = $(RUN_LIN_TESTS) $(RUN_TLOG_TESTS) $(RUN_LOG_TESTS)
|
||||
|
||||
.PHONY: check default all check.lin check.log tests.lin tests.log check.tlog tests.tlog
|
||||
|
||||
default: check
|
||||
|
||||
all: make_libs $(ALL_TESTS)
|
||||
|
||||
.PHONY: check check.lin check.log tests.lin tests.log check.tlog tests.tlog
|
||||
check: check.lin check.tlog check.log
|
||||
#check: check.lin check.tlog check.log
|
||||
check: check.lin #check.tlog check.log
|
||||
@ echo ok
|
||||
tests.lin: make_libs $(LIN_TESTS)
|
||||
check.lin: make_libs $(RUN_LIN_TESTS)
|
||||
|
|
|
@ -43,11 +43,13 @@ RUN_TLOG_TESTS = $(patsubst %.log,%.logrun,$(TLOG_TESTS))
|
|||
RUN_LIN_TESTS = $(patsubst %.lin,%.linrun,$(LIN_TESTS))
|
||||
RUN_ALL_TESTS = $(RUN_LIN_TESTS) $(RUN_TLOG_TESTS) $(RUN_LOG_TESTS)
|
||||
|
||||
.PHONY: default all check check.lin check.log tests.lin tests.log tests.tlog
|
||||
default: check
|
||||
|
||||
all: make_libs $(ALL_TESTS)
|
||||
|
||||
.PHONY: check check.lin check.log tests.lin tests.log tests.tlog
|
||||
check: check.lin check.tlog check.log
|
||||
#check: check.lin check.tlog check.log
|
||||
check: check.lin #check.tlog check.log
|
||||
@ echo ok
|
||||
tests.lin: make_libs $(LIN_TESTS)
|
||||
check.lin: make_libs $(RUN_LIN_TESTS)
|
||||
|
|
Loading…
Add table
Reference in a new issue