Changeset 5017 for trunk/psLib/test/astro
- Timestamp:
- Sep 12, 2005, 3:31:52 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/Makefile.am
r5004 r5017 23 23 24 24 check_DATA = \ 25 ps Time.config \25 pslib.config \ 26 26 test.psTime.config1 \ 27 27 test.psTime.config2 \ … … 32 32 check_PROGRAMS = $(TESTS) 33 33 34 TESTS_ENVIRONMENT = export PS_CONFIG_FILE="ps Time.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified34 TESTS_ENVIRONMENT = export PS_CONFIG_FILE="pslib.config" && perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified 35 35 36 36 EXTRA_DIST = data verified … … 41 41 CLEANFILES = $(TESTS) $(check_DATA) temp/* 42 42 43 ps Time.config: $(top_srcdir)/etc/pslib/psTime.config.template43 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template 44 44 sed 's|PREFIX|$(top_srcdir)|' $? > $@ 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
