HI All, I found that that in the Makefile in the test dir , there are lines like: test_aes: #$(AESTEST) # @echo "test Rijndael" # ../util/shlib_wrap.sh ./$(AESTEST)
It seems that it it not going to run the test_aes. so i just want to know why comment these lines on ? Thanks! Kevin,