StupidFS/tests/Makefile.am

13 lines
No EOL
300 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/include
TESTS = test_lzp test_hchacha test_xchacha
check_PROGRAMS = test_lzp test_hchacha test_xchacha
LDADD = -lcmocka ../lib/libstpdfs.a
test_lzp_SOURCES = test_lzp.c
test_hchacha_SOURCES = test_hchacha.c
test_xchacha_SOURCES = test_xchacha.c