mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
wip: tests: show more debug information
This commit is contained in:
parent
c57a4a69a7
commit
d303f22b73
7 changed files with 99 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ run: $(run_tests)
|
|||
$(CC) -MM $(CFLAGS) $(IFLAGS) $*.c > $*.d
|
||||
|
||||
test_%: %.o $(objs)
|
||||
$(CC) $(CFLAGS) -o $@ $*.o $(objs) $(LINCLUDE) $(LDLIBS)
|
||||
$(CC) $(CFLAGS) -rdynamic -o $@ $*.o $(objs) $(LINCLUDE) $(LDLIBS)
|
||||
|
||||
run_test_%: test_%
|
||||
@echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue