jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
333 stars 82 forks source link

All tests fail with errors like "Could not find executable ./jf_test_45" #539

Closed yurivict closed 3 months ago

yurivict commented 1 year ago
      Start 47: jf_test_45
Could not find executable ./jf_test_45
Looked in the following places:
./jf_test_45
./jf_test_45
./Release/jf_test_45
./Release/jf_test_45
./Debug/jf_test_45
./Debug/jf_test_45
./MinSizeRel/jf_test_45
./MinSizeRel/jf_test_45
./RelWithDebInfo/jf_test_45
./RelWithDebInfo/jf_test_45
./Deployment/jf_test_45
./Deployment/jf_test_45
./Development/jf_test_45
./Development/jf_test_45
Unable to find executable: ./jf_test_45
47/56 Test #47: jf_test_45 ..........................***Not Run   0.00 sec
      Start 48: jf_test_46
Could not find executable ./jf_test_46
Looked in the following places:
./jf_test_46
./jf_test_46
./Release/jf_test_46
./Release/jf_test_46
./Debug/jf_test_46
./Debug/jf_test_46
./MinSizeRel/jf_test_46
./MinSizeRel/jf_test_46
./RelWithDebInfo/jf_test_46
./RelWithDebInfo/jf_test_46
./Deployment/jf_test_46
./Deployment/jf_test_46
./Development/jf_test_46
./Development/jf_test_46
Unable to find executable: ./jf_test_46
48/56 Test #48: jf_test_46 ..........................***Not Run   0.00 sec
      Start 49: jf_test_47
Could not find executable ./jf_test_47
Looked in the following places:
./jf_test_47
./jf_test_47
./Release/jf_test_47
./Release/jf_test_47
./Debug/jf_test_47
./Debug/jf_test_47
./MinSizeRel/jf_test_47
./MinSizeRel/jf_test_47
./RelWithDebInfo/jf_test_47
./RelWithDebInfo/jf_test_47
./Deployment/jf_test_47
./Deployment/jf_test_47
./Development/jf_test_47
./Development/jf_test_47
Unable to find executable: ./jf_test_47

FreeBSD 13.2

jacobwilliams commented 10 months ago

How are you running this?

jacobwilliams commented 3 months ago

Can't really do anything here without more information.