JNI for test coverage #3965

This commit is contained in:
rusefillc 2022-02-28 23:50:25 -05:00
parent aa31c488a2
commit d4710bbb19
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ jobs:
working-directory: ./java_tools/configuration_definition
run: ant antlr
- name: Print GCC version
working-directory: .
run: gcc -v
- name: Build Tests
working-directory: ./unit_tests/
# we have a unit test of JNI thus we need to build shared library
run: make -j4
- name: Test console
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?
working-directory: ./java_console