diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:21:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 10:22:50 +0200 |
| commit | 9b680fadec01789c1fb1317b939c15d186a572c9 (patch) | |
| tree | d9038076657ec3cf887e5fd2bd14f0155ac25b7e /shell/shell.c | |
| parent | c4f64cf2556c0f8597e1fbc19d7c664b8da94612 (diff) | |
| download | nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.tar.gz nissy-core-9b680fadec01789c1fb1317b939c15d186a572c9.zip | |
Added shelltest
Will add more tests when I feel like it
Diffstat (limited to '')
| -rw-r--r-- | shell/shell.c (renamed from shell.c) | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ | |||
| 7 | #include <string.h> | 7 | #include <string.h> |
| 8 | #include <time.h> | 8 | #include <time.h> |
| 9 | 9 | ||
| 10 | #include "src/nissy.h" | 10 | #include "../src/nissy.h" |
| 11 | 11 | ||
| 12 | #define PRINTCUBE_BUFFER_SIZE UINT64_C(1024) | 12 | #define PRINTCUBE_BUFFER_SIZE UINT64_C(1024) |
| 13 | #define SOLUTIONS_BUFFER_SIZE UINT64_C(500000) | 13 | #define SOLUTIONS_BUFFER_SIZE UINT64_C(500000) |
