Its path changed....
Created attachment 446687 [details] Patch
Created attachment 446690 [details] Patch
The binary moved as a result of merging https://github.com/Igalia/cog/pull/376 I think it will be nicer to change the CMakeLists.txt in Cog to make it place the compiled binaries inside the top build directory instead of in the “launcher/” subdirectory — when developing I would rather run ”./build/cog …” to tests things rather than “./build/launcher/cog …“ OTOH, I think it is valuable to add the unit test anyway, so it's easier to catch the problem if the binaries get accidentally moved again :)
Location set to the old one in https://github.com/Igalia/cog/pull/383 :)