From 461c70ac5da7a8eeb7ca07e2c5a8cdb2ab25d11c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 05 12月 2015 18:37:53 +0800 Subject: [PATCH] Extend lexer test coverage --- examples/Makefile | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 7ba0bdb..462e256 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,10 +1,14 @@ +.PHONY: clean all cli tcp -all: +all: cli tcp + +cli: $(MAKE) -C test-interactive $(MAKE) -C test-parser + +tcp: $(MAKE) -C test-tcp $(MAKE) -C test-tcp-srq - clean: $(MAKE) clean -C test-interactive -- Gitblit v1.9.1