Annotation of embedaddon/strongswan/src/libstrongswan/plugins/newhope/tests/Makefile.am, revision 1.1.1.1

1.1       misho       1: TESTS = newhope_tests
                      2: 
                      3: check_PROGRAMS = $(TESTS)
                      4: 
                      5: newhope_tests_SOURCES = \
                      6:        suites/test_newhope_ke.c \
                      7:        suites/test_newhope_noise.c \
                      8:        suites/test_newhope_reconciliation.c \
                      9:        newhope_tests.h newhope_tests.c
                     10: 
                     11: newhope_tests_CFLAGS = \
                     12:        -I$(top_srcdir)/src/libstrongswan \
                     13:        -I$(top_srcdir)/src/libstrongswan/tests \
                     14:        -I$(top_srcdir)/src/libstrongswan/math/libnttfft \
                     15:        -I$(top_srcdir)/src/libstrongswan/plugins/newhope \
                     16:        -DPLUGINDIR=\""$(abs_top_builddir)/src/libstrongswan/plugins\"" \
                     17:        -DPLUGINS=\""${s_plugins}\"" \
                     18:        @COVERAGE_CFLAGS@
                     19: 
                     20: newhope_tests_LDFLAGS = @COVERAGE_LDFLAGS@
                     21: newhope_tests_LDADD = \
                     22:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                     23:        $(top_builddir)/src/libstrongswan/tests/libtest.la \
                     24:        $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la \
                     25:        ../libnewhope.la

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>