Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Liu committed Dec 3, 2023
1 parent f14c0c3 commit 2dbd244
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commonFuncTest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a workflow to get source code and run tests of common functions
name: Common Function Tests
name: Build and Run Tests

# Controls when the action will run. Workflow runs when manually triggered using the UI or API.
on:
Expand All @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# Job
Common-Function-GTests:
Build-and-Run-Tests:
# Runner
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ To build (in build folder):
cmake --build .
```

To test (in bin folder):
To run (in output\exe\main folder):

```bash
TODO
./main.exe
```

To test (in output\exe\test folder):

```bash
./test_lib_XXX.exe
```

0 comments on commit 2dbd244

Please sign in to comment.