On Fri, Jun 28, 2019 at 01:33:57PM +0530, Arun Isaac wrote: > + ;; The check phase rebuilds the source for tests. So, it needs to be > + ;; run after the install phase has installed the outputs of the build > + ;; phase. > + (delete 'check) > + (add-after 'install 'check > + (lambda _ > + ;; Clean files created by the build phase. > + (invoke "make" "clean") > + ;; QLogo tries to create its "dribble file" in the home > + ;; directory. So, set HOME. > + (setenv "HOME" "/tmp") > + ;; Build and run tests. > + (invoke "qmake" "TestQLogo.pro") Doesn't this efectively just rebuild the binary we just built in the 'configure and 'build phases? > + (invoke "make" "-j" (number->string (parallel-job-count))) > + (invoke "./testqlogo")))))) > -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted