diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
| commit | 445364a4b495c275e2723a05e7f4be0090ba5d0a (patch) | |
| tree | bc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/shell.c | |
| parent | 2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff) | |
| download | nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip | |
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to 'src/shell.c')
| -rw-r--r-- | src/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c index 44665a8..c25b399 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -142,6 +142,7 @@ launch(bool batchmode) | |||
| 142 | free(shell_argv); | 142 | free(shell_argv); |
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | #ifndef TEST | ||
| 145 | int | 146 | int |
| 146 | main(int argc, char *argv[]) | 147 | main(int argc, char *argv[]) |
| 147 | { | 148 | { |
| @@ -187,3 +188,4 @@ main(int argc, char *argv[]) | |||
| 187 | 188 | ||
| 188 | return 0; | 189 | return 0; |
| 189 | } | 190 | } |
| 191 | #endif | ||
