File: Makefile.am

package info (click to toggle)
xraylib 4.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 46,976 kB
  • sloc: ansic: 16,363; f90: 9,202; java: 6,998; python: 1,580; cpp: 1,317; pascal: 1,139; makefile: 810; ruby: 622; php: 594; perl: 573; cs: 193; sh: 160
file content (20 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

NULL=
TEST_EXTENSIONS = .rb
RB_LOG_COMPILER = $(RUBY)
AM_RB_LOG_FLAGS =
AM_TESTS_ENVIRONMENT = LD_LIBRARY_PATH='${top_builddir}/src/.libs' DYLD_LIBRARY_PATH='${top_builddir}/src/.libs' RUBYLIB='${top_builddir}/ruby/.libs' ; export LD_LIBRARY_PATH DYLD_LIBRARY_PATH RUBYLIB ;

if ENABLE_RUBY
dist_check_SCRIPTS = \
	test-atomiclevelwidth.rb \
	test-atomicweight.rb \
	test-auger.rb \
	test-compoundparser.rb \
	test-comptonprofiles.rb \
	test-nist-compounds.rb \
	test-radionuclides.rb \
	$(NULL)
endif

TESTS = $(dist_check_SCRIPTS)