Skip to content

Commit

Permalink
Merge pull request #76 from baagaard-usgs/fix-tests-pyre-datadir
Browse files Browse the repository at this point in the history
FIX: Export test data to absolute build directory.
  • Loading branch information
baagaard-usgs authored Oct 30, 2024
2 parents 64ed524 + 53eff77 commit 515a68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dist_noinst_DATA = \


# 'export' the input files by performing a mock install
export_datadir = $(top_builddir)/tests/pytests/pyre/
export_datadir = $(abs_builddir)/pyre
export-data: $(noinst_DATA)
if [ "X$(top_srcdir)" != "X$(top_builddir)" ]; then $(install_sh) -d $(export_datadir); for f in $(dist_noinst_DATA); do $(install_sh_DATA) $(srcdir)/$$f $(export_datadir); done; fi

Expand Down

0 comments on commit 515a68c

Please sign in to comment.