Skip to content

Commit

Permalink
Fix tests for libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 14, 2023
1 parent 8d9d062 commit e0539f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/libevent/libevent.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ var extra_linking_flags "-levent_extra -levent"
var openssl_linking_flags "-levent_openssl -levent"
var pthreads_linking_flags "-levent_pthreads -levent"

command "-" "Check environment"
app event_rpcgen.py

command "-" "Check shared libs"
lib-loaded libevent-2.1.so.*
lib-loaded libevent_core-2.1.so.*
Expand Down Expand Up @@ -70,4 +67,3 @@ command "gcc -o test_pthreads_bin {pthreads_linking_flags} test.c" "Compile bina

+command "./test_pthreads_bin" "Execute built binary"
exit 0

0 comments on commit e0539f0

Please sign in to comment.