Skip to content

Commit

Permalink
test: fix cpp openssl target name
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Dec 10, 2024
1 parent 85b5abd commit 31b23ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
make -C posix -f posix.mk pubnub_fntest
make -C openssl -f posix.mk pubnub_fntest
make -C cpp -f posix.mk fntest_runner
make -C cpp -f posix_openssl.mk openssl/pubnub_fntest
make -C cpp -f posix_openssl.mk openssl/fntest_runner

unittest:
make -C core
Expand Down

0 comments on commit 31b23ec

Please sign in to comment.