Index: Makefile |
diff --git a/Makefile b/Makefile |
index 1a6900aad7263c55e5019a9a2754e1826ac47b35..6a904af7d7045a9fea9154cd0d0ed2308cc4f855 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -25,7 +25,11 @@ TEST_PROTO_LIST = \ |
multiple_files_test \ |
nested_extension \ |
non_nested_extension \ |
- reserved_names |
+ reserved_names \ |
+ duplicate_names_import \ |
+ package1 \ |
+ package2 \ |
+ package3 |
TEST_PROTO_DIR=$(OUTPUT_DIR)/protos |
TEST_PROTO_LIBS=$(foreach proto, $(TEST_PROTO_LIST), $(TEST_PROTO_DIR)/$(proto).pb.dart) |
TEST_PROTO_SRC_DIR=test/protos |