Skip to content

Commit

Permalink
Changed some things as per new features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Oct 12, 2024
1 parent c86abdd commit 12d8125
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ clang -isystem vendor/carbon -c x_test.c
#include <carbon.h>

int main(void) {
return carbon_test_manager_run();
return CARBON_RUN_ALL();
}
#+end_src

Expand All @@ -157,9 +157,17 @@ clang --coverage x.o x_test.o carbon.o -o carbon

(...)

#+begin_src sh
./carbon
#+end_src
#+begin_example
$ ./carbon -h
usage: ./test/carbon [OPTION]
Options:
-o, --output output JUnit XML test results to specific file (default: `carbon_results.xml`)
-h, --help display this help and exit
-v, --version output version information and exit

Report bugs to: <https://github.com/sparky-game/carbon/issues>
BSD Carbon home page: <https://github.com/sparky-game/carbon>
#+end_example

(...)

Expand Down

0 comments on commit 12d8125

Please sign in to comment.