libdice/tests/Makefile.am

9 lines
187 B
Makefile
Raw Normal View History

2018-02-13 20:27:38 +01:00
bin_PROGRAMS = test_dice_simple_roll \
test_dice_parse \
test_dice_evaluate
AM_CFLAGS = -I../lib ${CMOCKA_CFLAGS}
AM_LDFLAGS = ${CMOCKA_LIBS} ../libdice.la
TESTS = $(bin_PROGRAMS)