You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/24 12:18:20 UTC

[camel-kamelets] 02/02: Added an it-tests for AWS S3 CDC to Makefile

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch cdc-ex
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit a126f6c4607a46579543a873c4257226cadb2927
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 24 13:17:51 2022 +0100

    Added an it-tests for AWS S3 CDC to Makefile
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 it-tests/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/it-tests/Makefile b/it-tests/Makefile
index d123f02a..6b7485ef 100644
--- a/it-tests/Makefile
+++ b/it-tests/Makefile
@@ -74,4 +74,11 @@ misc:
 	./scripts/results.sh
 	rm -rf tests
 	
-.PHONY: all aws misc clean
+cdc:
+	mkdir -p tests
+	cd aws/aws-s3-cdc/source/ && \
+	./aws-s3-cdc-log-it-test.sh $(camel-version)
+	./scripts/results.sh
+	rm -rf tests
+	
+.PHONY: all aws misc cdc clean