Description
This is a known issue.
Problem
This test suite does not support platforms other than Linux/AArch64 currently. If you run CMake on other platforms, CMake silently ignore the Fujitsu
directory. Giving -DTEST_SUITE_FUJITSU_FORCE_UNSUPPORTED_PLATFORM=ON
option to CMake enables the Fujitsu
directory. However, some or many test programs fail to be compiled or executed.
Details
Most test programs in this test suite will be able to run on many platforms (OS/CPU). However, because it was originally developed for Fujitsu C/C++/Fortran compilers, which target Linux/AArch64, it may contain test programs which don't run on platforms other than Linux/AArch64.
Workaround
None.
Future direction
Not compiling/executing test programs which is unsupported on the running platform is desired. To achieve this, we need support of the community.