Skip to content

Commit 423af64

Browse files
committed
arrayjit: Fix test dependency
1 parent 97f756c commit 423af64

File tree

2 files changed

+4
-58
lines changed

2 files changed

+4
-58
lines changed

arrayjit/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
(rule
99
(target test_numerical_types.output)
10-
(deps test_numerical_types.exe)
10+
(deps test_numerical_types.exe ocannl_config)
1111
(action
1212
(with-stdout-to %{target}
1313
(run %{deps}))))

arrayjit/test/test_numerical_types.expected

Lines changed: 3 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,7 @@
1-
Hmmm.....
2-
Welcome to OCANNL! Reading configuration defaults from /Users/lukstafi/ocannl/ocannl_config.
1+
2+
Welcome to OCANNL! Reading configuration defaults from /Users/lukstafi/ocannl/_build/default/arrayjit/test/ocannl_config.
33
Retrieving commandline, environment, or config file variable ocannl_log_level
4-
Found 1, in the config file
5-
Retrieving commandline, environment, or config file variable ocannl_clean_up_artifacts_on_startup
6-
Not found, using default true
7-
Retrieving commandline, environment, or config file variable ocannl_snapshot_every_sec
8-
Not found, using default
9-
Retrieving commandline, environment, or config file variable ocannl_time_tagged
10-
Found elapsed, in the config file
11-
Retrieving commandline, environment, or config file variable ocannl_elapsed_times
12-
Found not_reported, in the config file
13-
Retrieving commandline, environment, or config file variable ocannl_location_format
14-
Found beg_pos, in the config file
15-
Retrieving commandline, environment, or config file variable ocannl_debug_backend
16-
Found html, in the config file
17-
Retrieving commandline, environment, or config file variable ocannl_hyperlink_prefix
18-
Found ./, in the config file
19-
Retrieving commandline, environment, or config file variable ocannl_logs_print_entry_ids
20-
Found false, in the config file
21-
Retrieving commandline, environment, or config file variable ocannl_logs_verbose_entry_ids
22-
Found false, in the config file
23-
Retrieving commandline, environment, or config file variable ocannl_log_main_domain_to_stdout
24-
Found false, in the config file
25-
Retrieving commandline, environment, or config file variable ocannl_log_file_stem
26-
Not found, using default debug
27-
Retrieving commandline, environment, or config file variable ocannl_prev_run_prefix
28-
Not found, using default
29-
Retrieving commandline, environment, or config file variable ocannl_toc_entry_minimal_depth
30-
Not found, using default
31-
Retrieving commandline, environment, or config file variable ocannl_toc_entry_minimal_size
32-
Not found, using default
33-
Retrieving commandline, environment, or config file variable ocannl_toc_entry_minimal_span
34-
Not found, using default
35-
Retrieving commandline, environment, or config file variable ocannl_debug_highlights
36-
Not found, using default
37-
Retrieving commandline, environment, or config file variable ocannl_debug_highlight_pcre
38-
Not found, using default
39-
Retrieving commandline, environment, or config file variable ocannl_diff_ignore_pattern_pcre
40-
Not found, using default
41-
Retrieving commandline, environment, or config file variable ocannl_diff_max_distance_factor
42-
Not found, using default
43-
Retrieving commandline, environment, or config file variable ocannl_debug_entry_id_pairs
44-
Not found, using default
45-
Retrieving commandline, environment, or config file variable ocannl_debug_log_from_routines
46-
Found false, in the config file
47-
Retrieving commandline, environment, or config file variable ocannl_output_debug_files_in_build_directory
48-
Found false, in the config file
49-
Retrieving commandline, environment, or config file variable ocannl_fixed_state_for_init
50-
Not found, using default
51-
Retrieving commandline, environment, or config file variable ocannl_print_decimals_precision
52-
Found 2, in the config file
53-
Retrieving commandline, environment, or config file variable ocannl_check_half_prec_constants_cutoff
54-
Found 16384.0, in the config file
55-
Retrieving commandline, environment, or config file variable ocannl_automatic_host_transfers
56-
Found true, in the config file
57-
Retrieving commandline, environment, or config file variable ocannl_randomness_lib
58-
Found stdlib, in the config file
4+
Found 0, in the config file
595
Testing BFloat16 conversions:
606
0.000000 -> 0x0000 -> 0.000000
617
1.000000 -> 0x3f80 -> 1.000000

0 commit comments

Comments
 (0)