diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:15:51 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:15:51 +0100 |
| commit | 0571557ad1a943739806046a24fdaf1e62b32886 (patch) | |
| tree | 22668b5f66de6543e61b4f081c9cee4cb0bc2a95 /src | |
| parent | 49eab61d8be0d0a83f6a6c00c0a8fee73cf70992 (diff) | |
| download | nissy-0571557ad1a943739806046a24fdaf1e62b32886.tar.gz nissy-0571557ad1a943739806046a24fdaf1e62b32886.zip | |
Enabled make test and test.sh
Diffstat (limited to 'src')
| -rw-r--r-- | src/shell.c | 14 |
1 files changed, 0 insertions, 14 deletions
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[]) | |||
| 151 | init_env(); | 151 | init_env(); |
| 152 | init_trans(); | 152 | init_trans(); |
| 153 | 153 | ||
| 154 | /* | ||
| 155 | Cube c; | ||
| 156 | make_solved(&c); | ||
| 157 | c.co[0] = 1; | ||
| 158 | c.co[6] = 2; | ||
| 159 | print_cube(&c); | ||
| 160 | apply_trans(uf_mirror, &c); | ||
| 161 | print_cube(&c); | ||
| 162 | */ | ||
| 163 | |||
| 164 | /* | ||
| 165 | test_coord(&coord_coud_cpudsep); | ||
| 166 | */ | ||
| 167 | |||
| 168 | if (!checkfiles()) { | 154 | if (!checkfiles()) { |
| 169 | fprintf(stderr, | 155 | fprintf(stderr, |
| 170 | "--- Warning ---\n" | 156 | "--- Warning ---\n" |
