You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
395 B
17 lines
395 B
TESTS=check_ptlisp |
|
check_PROGRAMS=check_ptlisp |
|
check_ptlisp_SOURCES = \ |
|
ptlisp-test.c \ |
|
memory-test.c \ |
|
array-test.c \ |
|
table-test.c \ |
|
symbol-test.c \ |
|
string-test.c \ |
|
cons-test.c \ |
|
environment-test.c \ |
|
evaluator-test.c \ |
|
lisp-test.c \ |
|
reader-test.c \ |
|
printer-test.c |
|
check_ptlisp_CFLAGS = @CHECK_CFLAGS@ |
|
check_ptlisp_LDADD = $(top_builddir)/src/libptlisp.la @CHECK_LIBS@
|
|
|