Changeset cd1b4bfc in rtems
- Timestamp:
- Nov 7, 2005, 12:42:28 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b55c83b
- Parents:
- d08e8b9a
- Location:
- testsuites/sptests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
rd08e8b9a rcd1b4bfc 1 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * sptests.am: Remove LIB_VARIANT. 4 1 5 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
testsuites/sptests/sptests.am
rd08e8b9a rcd1b4bfc 7 7 @: > $(project_bspdir)/tests/$(dirstamp) 8 8 9 $(project_bspdir)/tests/$(TEST) $(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)9 $(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) 10 10 $(INSTALL_PROGRAM) $< $@ 11 11 … … 20 20 21 21 TMPINSTALL_FILES = \ 22 $(project_bspdir)/tests/$(TEST) $(LIB_VARIANT).exe \22 $(project_bspdir)/tests/$(TEST).exe \ 23 23 $(project_bspdir)/tests/screens/sptests/$(TEST).scn
Note: See TracChangeset
for help on using the changeset viewer.