test args

This commit is contained in:
2023-07-12 18:01:46 -03:00
parent 558230ea50
commit 809bfd1e42
2 changed files with 46 additions and 1 deletions

View File

@ -5,7 +5,7 @@ run: shortcodes
shortcodes.c: shortcodes.rl
ragel -G2 shortcodes.rl -o shortcodes.c
shortcodes: shortcodes.c
$(CC) shortcodes.c -lbg -g -o shortcodes
$(CC) shortcodes.c -g -o shortcodes
tests: shortcodes.c shortcodes.h tests.c
$(CC) tests.c shortcodes.c -lbg -lcgreen -g -o tests
test: tests