From efb58fba3050ff931be69b1678d3b5fde216b334 Mon Sep 17 00:00:00 2001 From: Martin Opat Date: Thu, 14 Nov 2024 17:37:14 +0100 Subject: [PATCH] Moved tests --- a.out => tests/a.out | Bin deprecated_test.cu => tests/deprecated_test.cu | 0 hello_world => tests/hello_world | Bin hello_world.cu => tests/hello_world.cu | 0 output.ppm => tests/output.ppm | Bin test_heavy.cu => tests/test_heavy.cu | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename a.out => tests/a.out (100%) rename deprecated_test.cu => tests/deprecated_test.cu (100%) rename hello_world => tests/hello_world (100%) rename hello_world.cu => tests/hello_world.cu (100%) rename output.ppm => tests/output.ppm (100%) rename test_heavy.cu => tests/test_heavy.cu (100%) diff --git a/a.out b/tests/a.out similarity index 100% rename from a.out rename to tests/a.out diff --git a/deprecated_test.cu b/tests/deprecated_test.cu similarity index 100% rename from deprecated_test.cu rename to tests/deprecated_test.cu diff --git a/hello_world b/tests/hello_world similarity index 100% rename from hello_world rename to tests/hello_world diff --git a/hello_world.cu b/tests/hello_world.cu similarity index 100% rename from hello_world.cu rename to tests/hello_world.cu diff --git a/output.ppm b/tests/output.ppm similarity index 100% rename from output.ppm rename to tests/output.ppm diff --git a/test_heavy.cu b/tests/test_heavy.cu similarity index 100% rename from test_heavy.cu rename to tests/test_heavy.cu