Commits on Source (2)
-
Razvan Deaconescu authored
Add skeleton files (`src/`), support files (`util/`) and tests (`tests/`). Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
7f413485 -
Razvan Deaconescu authored
Update configuration files for assignment-mini-shell. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
8ef71e4a
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- CPPLINT.cfg 1 addition, 0 deletionsCPPLINT.cfg
- Dockerfile 2 additions, 0 deletionsDockerfile
- README.md 286 additions, 0 deletionsREADME.md
- local.sh 1 addition, 1 deletionlocal.sh
- src/.gitignore 1 addition, 0 deletionssrc/.gitignore
- src/Makefile 18 additions, 0 deletionssrc/Makefile
- src/cmd.c 128 additions, 0 deletionssrc/cmd.c
- src/cmd.h 15 additions, 0 deletionssrc/cmd.h
- src/main.c 96 additions, 0 deletionssrc/main.c
- src/utils.c 86 additions, 0 deletionssrc/utils.c
- src/utils.h 31 additions, 0 deletionssrc/utils.h
- tests/.gitignore 2 additions, 0 deletionstests/.gitignore
- tests/Makefile 29 additions, 0 deletionstests/Makefile
- tests/_test/inputs/test_01.txt 4 additions, 0 deletionstests/_test/inputs/test_01.txt
- tests/_test/inputs/test_02.txt 5 additions, 0 deletionstests/_test/inputs/test_02.txt
- tests/_test/inputs/test_03.txt 8 additions, 0 deletionstests/_test/inputs/test_03.txt
- tests/_test/inputs/test_04.txt 13 additions, 0 deletionstests/_test/inputs/test_04.txt
- tests/_test/inputs/test_05.txt 10 additions, 0 deletionstests/_test/inputs/test_05.txt
- tests/_test/inputs/test_06.txt 11 additions, 0 deletionstests/_test/inputs/test_06.txt
README.md
0 → 100644
src/Makefile
0 → 100644
src/cmd.c
0 → 100644
src/cmd.h
0 → 100644
src/main.c
0 → 100644
src/utils.c
0 → 100644
src/utils.h
0 → 100644
tests/Makefile
0 → 100644
tests/_test/inputs/test_01.txt
0 → 100644
tests/_test/inputs/test_02.txt
0 → 100644
tests/_test/inputs/test_03.txt
0 → 100644
tests/_test/inputs/test_04.txt
0 → 100644
tests/_test/inputs/test_05.txt
0 → 100644
tests/_test/inputs/test_06.txt
0 → 100644