mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-08-03 14:38:32 +08:00
Migrate testing to tcltest + expect
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
.DEFAULT: test
|
||||
|
||||
test_files := $(filter-out _setup.vim,$(wildcard test/*.vim))
|
||||
test_files := $(wildcard test/*.test)
|
||||
short_targets := $(patsubst test/%,%,$(test_files))
|
||||
|
||||
.PHONY: all test $(test_files)
|
||||
.PHONY: monitor test $(test_files) $(short_targets)
|
||||
|
||||
test:
|
||||
$(MAKE) -C test
|
||||
|
||||
$(test_files):
|
||||
monitor:
|
||||
$(MAKE) -C test monitor
|
||||
|
||||
$(test_files) $(short_targets):
|
||||
$(MAKE) -C test $(patsubst test/%,%,$@)
|
||||
|
||||
Reference in New Issue
Block a user