You need to make your build system aware that you want to load the kaputt findlib package or add the necessary includes and archives to the compiler incantation yourself.
In the first line of the adder_test.ml file, I used the open Kaputt statement to introduce Kaputt, but encountered an error while executing the compile command: Unbound module Kaputt.
How should I solve this problem?