Skip to content

Commit

Permalink
meson blunder 3 ... i hate these config files!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Oct 30, 2024
1 parent 44cd2b2 commit 5e329c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cutest_c_tests += [['cutest', 'single', 'ctest_c_single' , files('ctest.c' , 'c
['cutest', 'single', 'utest2_c_single', files('utest_c.c', 'u_elfun_single.f', 'u_group_single.f', 'u_range_single.f')],
['cutest', 'double', 'ctest_c_double' , files('ctest.c' , 'c_elfun_double.f', 'c_group_double.f', 'c_range_double.f')],
['cutest', 'double', 'utest_c_double' , files('utest.c' , 'u_elfun_double.f', 'u_group_double.f', 'u_range_double.f')],
['cutest', 'double', 'ctest2_c_double', files('ctest_c.c', 'c_elfun_double.f', 'c_group_double.f', 'c_range_double.f')]],
['cutest', 'double', 'ctest2_c_double', files('ctest_c.c', 'c_elfun_double.f', 'c_group_double.f', 'c_range_double.f')],
['cutest', 'double', 'utest2_c_double', files('utest_c.c', 'u_elfun_double.f', 'u_group_double.f', 'u_range_double.f')]]

if build_quadruple
Expand Down

0 comments on commit 5e329c5

Please sign in to comment.