We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafc153 commit 950e45dCopy full SHA for 950e45d
test/symbol_name/Makefile.am
@@ -9,7 +9,8 @@
9
10
TESTS = nmcheck_prefix
11
12
-dist_check_SCRIPTS = nmcheck_prefix nmcheck_prefix.pl
+# check_SCRIPTS = nmcheck_prefix nmcheck_prefix.pl
13
+EXTRA_DIST = nmcheck_prefix nmcheck_prefix.pl
14
15
AM_TESTS_ENVIRONMENT = MYBASE='$(top_builddir)'; OMPI_LIBMPI_NAME=@OMPI_LIBMPI_NAME@; export MYBASE OMPI_LIBMPI_NAME;
16
test/symbol_name/nmcheck_prefix
@@ -7,4 +7,9 @@
7
perl -v > /dev/null 2>&1
8
if [ $? -ne 0 ] ; then exit 77 ; fi
+pwd
+echo "$0"
+ls -la
+env
+
perl nmcheck_prefix.pl
0 commit comments