Sample code for crypto library was duplicated and run twice. Make the samples/crypto/ directory the contain of the source and add the test logic and makefiles to the samples/microkernel/tests referencing the source in samples/crypto. Change-Id: I74d34de9351642fc4508e6bedd65e9b34676b01e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
3 lines
126 B
Makefile
3 lines
126 B
Makefile
ccflags-y += ${PROJECTINCLUDE} -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
|
|
obj-y = test_ctr_mode.o
|