Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional test executable and enable Substrait C API tests #121

Merged
merged 2 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Add optional test executable and enable Substrait C API tests

    - Added an option `ENABLE_TEST_EXE` to build an optional test executable in `test/c/CMakeLists.txt`
    - Created a new `main.cpp` file to run C tests.
    - Updated `test_substrait_c_api.cpp` to fix build errors and remove unused includes.
    - Included the new test directory in the main `CMakeLists.txt`.
    anshuldata authored and jacques-n committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    53dc0c6 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    anshuldata authored and jacques-n committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56ebc35 View commit details
    Browse the repository at this point in the history