aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
commit445364a4b495c275e2723a05e7f4be0090ba5d0a (patch)
treebc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/shell.c
parent2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff)
downloadnissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz
nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
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
145int 146int
146main(int argc, char *argv[]) 147main(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

Generated with cgit - Back to sebastiano.tronto.net