aboutsummaryrefslogtreecommitdiff
path: root/gprofng/Makefile.in
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2023-06-26 14:36:50 -0700
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2023-06-28 10:27:01 -0700
commita06dd73324289cda1c9f8e6c4cff5732ceea21bb (patch)
tree65777efa64d8c12f88b88f3024739238b4427ae2 /gprofng/Makefile.in
parent205e4380c8006a40f1ddc34418923d2850c63d9a (diff)
downloadgdb-a06dd73324289cda1c9f8e6c4cff5732ceea21bb.zip
gdb-a06dd73324289cda1c9f8e6c4cff5732ceea21bb.tar.gz
gdb-a06dd73324289cda1c9f8e6c4cff5732ceea21bb.tar.bz2
gprofng: Add new tests
gprofng/ChangeLog 2023-06-26 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * Makefile.am: Pass CLOCK_GETTIME_LINK to the testsuite * Makefile.in: Rebuild. * testsuite/gprofng.display/gp-archive.exp: New file. * testsuite/gprofng.display/gp-collect-app_F.exp: New file. * testsuite/gprofng.display/setpath_map.exp: New file. * testsuite/lib/smalltest.c: New file.
Diffstat (limited to 'gprofng/Makefile.in')
-rw-r--r--gprofng/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gprofng/Makefile.in b/gprofng/Makefile.in
index 582e0bb..06b563c 100644
--- a/gprofng/Makefile.in
+++ b/gprofng/Makefile.in
@@ -942,6 +942,7 @@ uninstall-am:
@TCL_TRY_TRUE@ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
@TCL_TRY_TRUE@ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
@TCL_TRY_TRUE@ JDK_INC="$(jdk_inc)" \
+@TCL_TRY_TRUE@ CLOCK_GETTIME_LINK="$(CLOCK_GETTIME_LINK)" \
@TCL_TRY_TRUE@ CHECK_TARGET=$@ \
@TCL_TRY_TRUE@ PREFIX="$(prefix)" \
@TCL_TRY_TRUE@ GPROFNG_BROKEN_JAVAC="$(GPROFNG_BROKEN_JAVAC)" \