summaryrefslogtreecommitdiff
path: root/tests/factor/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/factor/Makefile.am')
-rw-r--r--tests/factor/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/factor/Makefile.am b/tests/factor/Makefile.am
new file mode 100644
index 0000000..dedc143
--- /dev/null
+++ b/tests/factor/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = basic
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ top_srcdir=$(top_srcdir) \
+ srcdir=$(srcdir) \
+ PERL="$(PERL)" \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
+ PROG=factor