Skip to content

Commit

Permalink
Fix the binary name and add test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Dec 13, 2024
1 parent 03690b7 commit 04bc9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions recipes/softsv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ set -xe

CXX="${CXX} -std=c++14" make -j"${CPU_COUNT}"

ls -la

mkdir -p ${PREFIX}/bin
install -m 755 softsv ${PREFIX}/bin
install -m 755 SoftSV ${PREFIX}/bin
2 changes: 1 addition & 1 deletion recipes/softsv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:

test:
commands:
- ls -la # temporary
- ./SoftSV --help | grep {{ version }}

about:
home: https://sourceforge.net/projects/softsv
Expand Down

0 comments on commit 04bc9e3

Please sign in to comment.