From 9f87af8ad9a3d8112518b6bbb5b6075881a5b9a2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 23 Feb 2023 15:42:05 +0100 Subject: Fl_String refactoring and extension (#683) - add true unittest and Fl_String testing - interface and printout are similar to gtest without requiring external linkage. just run `unittest --core`. - new Fl_String API - extended API to fl_input_str and fl_password_str - co-authored-by: Albrecht Schlosser --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7df43f315..b1265db62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,12 @@ jobs: # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE + - name: Unittest + working-directory: ${{github.workspace}}/build + shell: bash + run: ./bin/test/unittests --core + + build-wayland: runs-on: ubuntu-latest -- cgit v1.2.3