Lines Matching refs:testc
70 testc = testc macro
86 $(CP) win32\testc.c testc.c
149 ctest: $(testc)
150 .\$(testc)
156 $(testc): $(testc).c $(libname)
157 $(CC) -nologo -o $(testc) -DONIG_EXTERN=extern $(testc).c $(libname)
159 $(testp): $(testc).c $(dlllib)
160 $(CC) -nologo -DPOSIX_TEST -o $(testp) $(testc).c $(dlllib)
165 $(testc)u: $(testc)u.c $(libname)
166 $(CC) -nologo -o $(testc)u -DONIG_EXTERN=extern $(testc)u.c $(libname)
169 del *.obj $(encdir)\*.obj *.lib *.exp *.dll $(testp).exe $(testc).exe $(testc).obj