Skip to content

Commit

Permalink
test: rename test/event.c -> test/bevent.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Jul 25, 2024
1 parent 8fa319b commit c657ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ add_executable(${PROJECT_NAME}
call.c
cmd.c
contact.c
event.c
bevent.c
jbuf.c
menu.c
message.c
Expand Down
2 changes: 1 addition & 1 deletion test/event.c → test/bevent.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file test/event.c Baresip selftest -- event handling
* @file test/bevent.c Baresip selftest -- event handling
*
* Copyright (C) 2010 Alfred E. Heggestad
*/
Expand Down

0 comments on commit c657ff5

Please sign in to comment.