File: Makefile.am

package info (click to toggle)
gap-float 0.7.4%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 611
  • sloc: ansic: 2,537; cpp: 2,010; xml: 184; makefile: 103; sh: 1
file content (19 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#############################################################################
##
#W tst/Makefile.am                                          Laurent Bartholdi
##
#Y Copyright (C) 2014, Laurent Bartholdi
##
#############################################################################

tstdir = @datadir@/gap/pkg/@PACKAGE@/tst

tst_DATA = \
	testall.g \
		arithmetic.tst \
		polynomials.tst

EXTRA_DIST = \
	$(tst_DATA)

#E tst/Makefile.am . . . . . . . . . . . . . . . . . . . . . . . . . ends here