From ff569417fcc7597498bf28651271ee56f7f0eb22 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sun, 12 May 2024 02:19:20 +0200 Subject: [PATCH] test: Add plcli integration tests (#1671) --- .github/workflows/tests.yml | 5 +++++ lib/external/pattern_language | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4dafd6c7c..38e947f40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,6 +63,11 @@ jobs: .. make -j4 unit_tests + - name: 🧪 Perform plcli Integration Tests + run: | + cd lib/external/pattern_language + python tests/integration/integration.py ../../../build/imhex --pl + - name: 🧪 Perform Unit Tests run: | cd build diff --git a/lib/external/pattern_language b/lib/external/pattern_language index 2f9e11d1e..c2d811895 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit 2f9e11d1e66d5177a2a62883a6429b1cbf9437ba +Subproject commit c2d811895fc8173e12f604df4425fe7ddf7e604d