aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/crypto/Makefile.am
blob: ead21a3363483c2629280b5eab8f64b763760a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../Makefile.inc

test_PROGRAMS = crypto_main
crypto_main_SOURCES = \
		      odp_crypto_test_inp.c \
		      crypto_op_test.c \
		      crypto_op_test.h \
		      test_vectors.h \
		      test_vectors_len.h \
		      test_vector_defs.h \
		      util.h \
		      util.c

PRELDADD += $(LIBPACKET_COMMON)