fix: now compiles and works for simple commands + clang format
This commit is contained in:
parent
6099bbb9e3
commit
352c122549
23 changed files with 168 additions and 150 deletions
26
README.md
26
README.md
|
|
@ -7,26 +7,22 @@
|
|||
TODO
|
||||
|
||||
### Build
|
||||
run theses commands:
|
||||
`autoreconf --force --verbose --install && ./configure`
|
||||
run this command:
|
||||
`autoreconf --force --verbose --install`
|
||||
|
||||
### Test
|
||||
run this command:
|
||||
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla'`
|
||||
then:
|
||||
`make`
|
||||
`./src/42sh --help`
|
||||
|
||||
### Testing
|
||||
|
||||
#### asan
|
||||
run this command:
|
||||
`./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'`
|
||||
|
||||
then:
|
||||
`make check`
|
||||
|
||||
#### debug (asan)
|
||||
|
||||
run this command:
|
||||
`./src/debug`
|
||||
|
||||
#### testsuite
|
||||
|
||||
run this command:
|
||||
`./src/testsuite`
|
||||
|
||||
## Authors
|
||||
|
||||
- Matteo Flebus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue