From 7bb49794297b46aa1c577e89da24d39b4348c6d4 Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Sun, 9 Aug 2026 12:39:50 +0900 Subject: Added fp_t multiplication --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e5c654d..bff85ce 100644 --- a/meson.build +++ b/meson.build @@ -28,4 +28,4 @@ test_exe = executable('fg-tests', dependencies: [sim_core_dep, catch2_dep], ) -test('unit tests', test_exe) +test('unit tests', test_exe, args: ['-r', 'automake']) -- cgit v1.3