diff --git a/tests/xilinx/compile/dot-product.futil b/tests/xilinx/compile/dot-product.futil deleted file mode 120000 index 57af6d2b2a..0000000000 --- a/tests/xilinx/compile/dot-product.futil +++ /dev/null @@ -1 +0,0 @@ -../../../examples/futil/dot-product.futil \ No newline at end of file diff --git a/tests/xilinx/compile/language-tutorial-iterate.futil b/tests/xilinx/compile/language-tutorial-iterate.futil deleted file mode 120000 index 18d7775793..0000000000 --- a/tests/xilinx/compile/language-tutorial-iterate.futil +++ /dev/null @@ -1 +0,0 @@ -../../../examples/tutorial/language-tutorial-iterate.futil \ No newline at end of file diff --git a/tests/xilinx/compile/vectorized-add.futil b/tests/xilinx/compile/vectorized-add.futil deleted file mode 120000 index a10cec949b..0000000000 --- a/tests/xilinx/compile/vectorized-add.futil +++ /dev/null @@ -1 +0,0 @@ -../../../examples/futil/vectorized-add.futil \ No newline at end of file diff --git a/tests/xilinx/dot-product.futil b/tests/xilinx/dot-product.futil new file mode 120000 index 0000000000..4f453b6680 --- /dev/null +++ b/tests/xilinx/dot-product.futil @@ -0,0 +1 @@ +../../examples/futil/dot-product.futil \ No newline at end of file diff --git a/tests/xilinx/emulate/dot-product.fuse.data b/tests/xilinx/emulate/dot-product.fuse.data deleted file mode 120000 index ad646f2a3f..0000000000 --- a/tests/xilinx/emulate/dot-product.fuse.data +++ /dev/null @@ -1 +0,0 @@ -../../../examples/dahlia/dot-product.fuse.data \ No newline at end of file diff --git a/tests/xilinx/emulate/language-tutorial-iterate.futil.data b/tests/xilinx/emulate/language-tutorial-iterate.futil.data deleted file mode 120000 index c46e626bf7..0000000000 --- a/tests/xilinx/emulate/language-tutorial-iterate.futil.data +++ /dev/null @@ -1 +0,0 @@ -../../../examples/tutorial/data.json \ No newline at end of file diff --git a/tests/xilinx/language-tutorial-iterate.futil b/tests/xilinx/language-tutorial-iterate.futil new file mode 120000 index 0000000000..fdb261e059 --- /dev/null +++ b/tests/xilinx/language-tutorial-iterate.futil @@ -0,0 +1 @@ +../../examples/tutorial/language-tutorial-iterate.futil \ No newline at end of file diff --git a/tests/xilinx/vectorized-add.futil b/tests/xilinx/vectorized-add.futil new file mode 120000 index 0000000000..27c04e1062 --- /dev/null +++ b/tests/xilinx/vectorized-add.futil @@ -0,0 +1 @@ +../../examples/futil/vectorized-add.futil \ No newline at end of file