remove the gnu autotools stuff

This commit is contained in:
2019-08-19 21:32:00 +02:00
parent 823fcecc03
commit ea280a39b4
7 changed files with 3 additions and 86 deletions

View File

@@ -1,10 +0,0 @@
check_PROGRAMS = test_dice_simple_roll \
test_dice_parse \
test_dice_evaluate \
test_dice_fudge \
test_expr_parse
AM_CFLAGS = -I../lib ${CMOCKA_CFLAGS}
AM_LDFLAGS = ${CMOCKA_LIBS} ../libdice.la
TESTS = $(check_PROGRAMS)