test: Add plcli integration tests (#1671)
This commit is contained in:
parent
240bb299f0
commit
ff569417fc
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
2
lib/external/pattern_language
vendored
2
lib/external/pattern_language
vendored
@ -1 +1 @@
|
||||
Subproject commit 2f9e11d1e66d5177a2a62883a6429b1cbf9437ba
|
||||
Subproject commit c2d811895fc8173e12f604df4425fe7ddf7e604d
|
Loading…
Reference in New Issue
Block a user