Skip to content

Commit

Permalink
test(build): set explicit integration test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Dec 10, 2024
1 parent b5e86be commit 85b5abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions posix.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Make all that can be made on POSIX

all:
make -C posix -f posix.mk
make -C openssl -f posix.mk
make -C cpp -f posix.mk
make -C cpp -f posix_openssl.mk
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

unittest:
make -C core
Expand Down

0 comments on commit 85b5abd

Please sign in to comment.