From 0571557ad1a943739806046a24fdaf1e62b32886 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Feb 2023 18:15:51 +0100 Subject: Enabled make test and test.sh --- src/shell.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/shell.c b/src/shell.c index c25b399..4faa0a8 100644 --- a/src/shell.c +++ b/src/shell.c @@ -151,20 +151,6 @@ main(int argc, char *argv[]) init_env(); init_trans(); -/* - Cube c; - make_solved(&c); - c.co[0] = 1; - c.co[6] = 2; - print_cube(&c); - apply_trans(uf_mirror, &c); - print_cube(&c); -*/ - -/* - test_coord(&coord_coud_cpudsep); -*/ - if (!checkfiles()) { fprintf(stderr, "--- Warning ---\n" -- cgit v1.3