Skip to content

Commit

Permalink
fix: incompatible callback return (implicit cast)
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Dec 12, 2024
1 parent e80bf76 commit b35c7ca
Show file tree
Hide file tree
Showing 30 changed files with 26 additions and 607 deletions.
14 changes: 0 additions & 14 deletions .clusterfuzzlite/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .clusterfuzzlite/build.sh

This file was deleted.

1 change: 0 additions & 1 deletion .clusterfuzzlite/project.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/cflite_cron.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/cflite_pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Analyse
strategy:
matrix:
sdk: ["$NANOX_SDK", "$NANOSP_SDK"] #, "$STAX_SDK", "$FLEX_SDK"]
sdk: ["$NANOX_SDK", "$NANOSP_SDK", "$STAX_SDK", "$FLEX_SDK"]
#'cpp' covers C and C++
language: ["cpp"]
runs-on: ubuntu-latest
Expand Down
53 changes: 0 additions & 53 deletions fuzzing/CMakeLists.txt

This file was deleted.

77 changes: 0 additions & 77 deletions fuzzing/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions fuzzing/extra/TxParser.cmake

This file was deleted.

40 changes: 0 additions & 40 deletions fuzzing/fuzz_tx_parser.c

This file was deleted.

3 changes: 0 additions & 3 deletions fuzzing/mocks/ux.c

This file was deleted.

10 changes: 0 additions & 10 deletions fuzzing/mocks/ux.h

This file was deleted.

1 change: 0 additions & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ sdk = "C"
devices = ["nanos+", "nanox"]

[tests]
unit_directory = "./unit-tests/"
pytest_directory = "./tests/"
Loading

0 comments on commit b35c7ca

Please sign in to comment.