diff options
Diffstat (limited to 'tests/runfiles/Makefile.am')
-rw-r--r-- | tests/runfiles/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/runfiles/Makefile.am b/tests/runfiles/Makefile.am index 138d905a5..4625806ff 100644 --- a/tests/runfiles/Makefile.am +++ b/tests/runfiles/Makefile.am @@ -1,2 +1,5 @@ pkgdatadir = $(datadir)/@PACKAGE@/runfiles -dist_pkgdata_DATA = *.run +dist_pkgdata_DATA = \ + linux.run \ + longevity.run \ + perf-regression.run |