Skip to content

Commit

Permalink
symlink from srcdir to builddir for testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPernet committed Jun 6, 2019
1 parent 65fcef3 commit f3b168d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ AM_INIT_AUTOMAKE([1.10 -Wall -Wno-portability foreign])
AC_CONFIG_HEADERS([config.h])
AX_PREFIX_CONFIG_H(linbox/config.h, __LINBOX)

# symlinks to matrix files for the testsuite
AC_CONFIG_LINKS([tests/data/sms.matrix:tests/data/sms.matrix])
AC_CONFIG_LINKS([tests/data/30_30_27.sms:tests/data/30_30_27.sms])
AC_CONFIG_LINKS([tests/data/fib25.sms:tests/data/fib25.sms])

AM_PROG_AR

AM_ACLOCAL_INCLUDE(macros)
Expand Down

0 comments on commit f3b168d

Please sign in to comment.