Skip to content

[Suggestion][Feedback Wanted] using cmake + google test for writing tests #1912

[Suggestion][Feedback Wanted] using cmake + google test for writing tests

[Suggestion][Feedback Wanted] using cmake + google test for writing tests #1912

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5.2.0
with:
python-version: '3.8'
- name: Set up C++
run: |
sudo apt install -y --no-install-recommends build-essential
g++ --version
- name: Run algorithm code tests
run: |
./test.sh
working-directory: test
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy