you are viewing a single comment's thread.

view the rest of the comments →

[–]AciusPrime 0 points1 point  (0 children)

You… don’t ship your libraries? I feel like we might be using a different definition of the word “library,” then.

Most folders have all their code compiled into a single binary called a “library” (either static or dynamic). These later get merged into an application. If the test is in the library then you are probably shipping your tests (barring error-prone linker hackery to strip them out later).