Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
e81e883e
Commit
e81e883e
authored
Mar 14, 2005
by
Lynn Garren
Browse files
don't need shell script for ranRestoreTest
parent
22ed3447
Changes
3
Hide whitespace changes
Inline
Side-by-side
Random/configure.in
View file @
e81e883e
...
...
@@ -64,7 +64,6 @@ AC_CONFIG_FILES([test/testRandDists.sh], [chmod +x test/testRandDists.sh])
AC_CONFIG_FILES([test/testRandom.sh], [chmod +x test/testRandom.sh])
AC_CONFIG_FILES([test/gaussSmall.sh], [chmod +x test/gaussSmall.sh])
AC_CONFIG_FILES([test/gaussSpeed.sh], [chmod +x test/gaussSpeed.sh])
AC_CONFIG_FILES([test/ranRestoreTest.sh], [chmod +x test/ranRestoreTest.sh])
# ----------------------------------------------------------------------
# Capture post-install information:
...
...
Random/test/Makefile.am
View file @
e81e883e
...
...
@@ -15,11 +15,11 @@ check_PROGRAMS = \
testRandom testRandDists ranRestoreTest gaussSpeed gaussSmall
check_SCRIPTS
=
\
testRandom.sh testRandDists.sh
ranRestoreTest.sh
testRandom.sh testRandDists.sh
# Identify test(s) to run when 'make check' is requested:
TESTS
=
\
testRandom.sh testRandDists.sh ranRestoreTest
.sh
testRandom.sh testRandDists.sh ranRestoreTest
# Identify the test(s) for which failure is the intended outcome:
XFAIL_TESTS
=
...
...
@@ -36,5 +36,8 @@ EXTRA_DIST = \
testRandom.input testRandDists.input testRandDists.output
# Identify generated file(s) to be removed when 'make clean' is requested:
CLEANFILES
=
testRandom.sh testRandDists.sh ranRestoreTest.sh
\
gaussSpeed.sh gaussSmall.sh testRandom.out ranRestoreTest.out
CLEANFILES
=
testRandom.sh testRandDists.sh
\
gaussSpeed.sh gaussSmall.sh testRandom.out
\
distribution.save distribution.save1 distribution.save2
\
engine.save shared.save1 shared.save2 ranRestoreTest.cout
\
anonymous.save
Random/test/ranRestoreTest.sh.in
deleted
100755 → 0
View file @
22ed3447
#! /bin/sh
# @configure_input@
# ranRestoreTest has no comparison file
./ranRestoreTest@EXEEXT@
rm
-f
distribution.save distribution.save1 distribution.save2
rm
-f
engine.save shared.save1 shared.save2 ranRestoreTest.cout
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment