This fixes a number of issues related to the unit tests:
.h
and not .hpp
;ctest_util_file.cpp
test:
current_path
from the command line instead of the generated path_config.h
(defaults to the current working directory);GTest
test/googletest/c_test
to test/c
, which is shorter and consistent with test/fortran
.GTest
to test/c
, which is consistent with how FortUTF
is treated.make test
when the project is configured with -DBUILD_TESTING=OFF
(was broken in !14 (merged)).libFortUTF.<so|a>
, which is not needed due to how the testing framework is used.libfortran-support
(taken from !23 (closed)).