mkpro118 / Regex-Engine

Regex Engine in C
MIT License
0 stars 0 forks source link

Add missing option `--parallel` in parse_test_opts #50

Closed mkpro118 closed 2 months ago

mkpro118 commented 2 months ago

The option for running tests in parallel is missing

Compilation command: (x.c is a test file using the library)

gcc x.c tests.c asserts.c -I ../../include

Execution command:

./a.out --parallel

Output using str_parse_error

unsupported option passed