cUnit, how can I make tests on .h and .o files

后端 未结 0 392
悲哀的现实
悲哀的现实 2021-01-07 19:53

I want to make cUnit tests on my .h file and my .o file.

I did as follows:

# build an executable named myprog from myprog.c
CC=gcc

all:
        $(CC)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题