diff options
| author | batsumaru <> | 2026-08-09 12:39:50 +0900 |
|---|---|---|
| committer | batsumaru <> | 2026-08-09 12:39:50 +0900 |
| commit | 7bb49794297b46aa1c577e89da24d39b4348c6d4 (patch) | |
| tree | 89b1d4a1f044546e15fbbd0dde370eddc6e7b4b9 /meson.build | |
| parent | 9d4f68606c919791d44e86e7a50812c29be32fa3 (diff) | |
Added fp_t multiplication
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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']) |
