commit | 990b64343a2eccdf7e8544906c25db042bcedd89 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Sep 19 13:08:20 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Sep 19 13:08:20 2013 -0700 |
tree | cc4d8260d8194bf7ce04706765b904de32d45aa8 | |
parent | dfeb59487a355df0aee811f6fb4c9e1cac4e29b1 [diff] |
add java to default targets
diff --git a/Makefile b/Makefile index 5fee0c1..b9b25de 100644 --- a/Makefile +++ b/Makefile
@@ -45,7 +45,7 @@ TEST_DATA = $(shell find test_data -name '*.data') OPENFLOWJ_WORKSPACE = openflowj-loxi -all: c python +all: c python java c: .loxi_ts.c @@ -98,6 +98,8 @@ @echo @echo "INPUT_FILES=\"${INPUT_FILES}\"" +check-all: check check-c check-py check-java + check: ./utest/test_parser.py ./utest/test_frontend.py