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

test_PROGRAMS = crypto_main
crypto_main_SOURCES = crypto_main.c \
		      crypto.c \
		      crypto.h \
		      odp_crypto_test_inp.c \
		      odp_crypto_test_inp.h \
		      test_vectors.h \
		      test_vectors_len.h
crypto_main_LDADD = $(LIBCUNIT_COMMON) $(LIBODP)