add "test" target
parent
a60c81f228
commit
c8fe7e0718
|
|
@ -104,6 +104,9 @@ DLLTESTOBJS = dlltest.dllonly.o
|
||||||
|
|
||||||
all: cryptest.exe
|
all: cryptest.exe
|
||||||
|
|
||||||
|
test: cryptest.exe
|
||||||
|
./cryptest.exe v
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS)
|
$(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue