Skip to content

Commit

Permalink
Added an it-tests for AWS S3 CDC to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 24, 2022
1 parent e7831f4 commit 65bdaf7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion it-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65bdaf7

Please sign in to comment.