File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ check_PROGRAMS = neogb_io \
1616checkdiff = test/diff/diff_bug-2nd-prime-bad.sh \
1717 test/diff/diff_bug-68.sh \
1818 test/diff/diff_bug-empty-tracer.sh \
19- test/diff/diff_choice-linear-form-qq.sh \
2019 test/diff/diff_cp-d3-n4-p2.sh \
2120 test/diff/diff_cyclic5-16.sh \
2221 test/diff/diff_cyclic5-31.sh \
@@ -67,7 +66,8 @@ checkdiff = test/diff/diff_bug-2nd-prime-bad.sh \
6766 test/diff/diff_reals-dim0.sh \
6867 test/diff/diff_reals-dim0-swapvar.sh \
6968 test/diff/diff_test-lifting2.sh \
70- test/diff/diff_xy-qq.sh
69+ test/diff/diff_xy-qq.sh \
70+ test/diff/diff_x2y2-qq.sh
7171
7272# dist_check_DATA = test/input_files
7373neogb_io_SOURCES = test/neogb/io/validate_input_data.c
Original file line number Diff line number Diff line change @@ -299,5 +299,10 @@ AC_CONFIG_LINKS([
299299 input_files/xy-qq.ms:input_files/xy-qq.ms
300300 output_files/xy-qq.P2.d0.res:output_files/xy-qq.P2.d0.res
301301 test/diff/diff_xy-qq.sh:test/diff/diff_xy-qq.sh
302+ input_files/x2y2-qq.ms:input_files/x2y2-qq.ms
303+ output_files/x2y2-qq.P2.d0.res:output_files/x2y2-qq.P2.d0.res
304+ output_files/x2y2-qq.p128.res:output_files/x2y2-qq.p128.res
305+ output_files/x2y2-qq.p1024.res:output_files/x2y2-qq.p1024.res
306+ test/diff/diff_x2y2-qq.sh:test/diff/diff_x2y2-qq.sh
302307] )
303308AC_OUTPUT
Original file line number Diff line number Diff line change 1+ x,y
2+ 0
3+ x^ 2 ,
4+ y^ 2
Original file line number Diff line number Diff line change 1+ [0 , [0 ,
2+ 3 ,
3+ 4 ,
4+ ['x' , 'y' , 'A' ],
5+ [1 ,2 ,1 ],
6+ [1 ,
7+ [[1 , [0 , 1 ]],
8+ [0 , [1 ]],
9+ [
10+ [[0 , [0 ]],
11+ 1 ],
12+ [[0 , [0 ]],
13+ 1 ]
14+ ]]]]]:
Original file line number Diff line number Diff line change 1+ [0 , [1 ,
2+ [[[0 , 0 ], [0 , 0 ]]]
3+ ]]:
Original file line number Diff line number Diff line change 1+ [0 , [1 ,
2+ [[[0 , 0 ], [0 , 0 ]]]
3+ ]]:
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ file=x2y2-qq
4+
5+ source test/diff/diff_source.sh
6+
7+ source test/diff/diff_source-param-nonf.sh
8+
9+ source test/diff/diff_source-param-nonf-qq.sh
10+
11+ source test/diff/diff_source-real.sh
12+
13+ normal_exit
You can’t perform that action at this time.
0 commit comments