changeset 78:23a96fefa643

add make test
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 28 Sep 2015 16:53:06 +0900
parents 7f53a587bf97
children 52da06c3f050
files c/regexParser/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/c/regexParser/Makefile	Mon Sep 28 16:51:13 2015 +0900
+++ b/c/regexParser/Makefile	Mon Sep 28 16:53:06 2015 +0900
@@ -8,3 +8,6 @@
 	rm -f $(TARGET)
 	rm -r $(TARGET).dSYM
 	rm -f *~ \#*
+
+test:
+	$(TARGET) -regex "(ab)c"