File: Makefile.am

package info (click to toggle)
libstatgrab 0.92.1-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,252 kB
  • sloc: ansic: 12,623; sh: 4,364; perl: 467; makefile: 282
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for libstatgrab/docs
# https://libstatgrab.org/

SUBDIRS = testlib $(tests_dirs)

tests_dirs = single_threaded $(threaded_tests_dirs)
if ENABLE_THREADS
threaded_tests_dirs = multi_threaded
endif

if TEST_SCRIPTS
test: all
	$(PERL5) -MApp::Prove -e 'my $$app = App::Prove->new(); $$app->process_args(@ARGV); exit( $$app->run ? 0 : 1 );' $(tests_dirs)
endif