[m-rev.] diff: delete unused files in tests directory

Julien Fischer jfischer at opturion.com
Fri May 3 17:21:21 AEST 2013


Branches: master, 13.05

Delete some unused files from the tests directory.

tests/Makefile.tests:
Delete an old Makefile that was resurrected during the
conversion from SVN.

tests/debugger/interactive.exp2:
Delete a file that is not being used.

Julien.

diff --git a/tests/Makefile.tests b/tests/Makefile.tests
deleted file mode 100644
index 3eef662..0000000
--- a/tests/Makefile.tests
+++ /dev/null
@@ -1,72 +0,0 @@
-#-----------------------------------------------------------------------------#
-
-MLIB=/usr/contrib/lib/mercury
-#GRADE=fast
-#MCFLAGS=--optimize --gcc-global-registers --gcc-non-local-gotos
-GRADE=debug
-MCFLAGS=--debug
-
-VPATH=$(MLIB)/nuprolog/$(shell fullarch):$(MLIB)/ints:$(MLIB)/modules
-
-#-----------------------------------------------------------------------------#
-
-.PRECIOUS: %.mod %.c %.o %_init.c %.no %.nu %_init.nl %_init.no
-
-# MOD2INIT=mod2init -w "`extract $* '' Entry`" $^ printlist.mod \
- engine.mod io.mod wrapper.mod > $@
-
-%.mod: printlist.int
-
-%_init.c: Entry
-
-%_init.c: %.mod printlist.mod /usr/contrib/lib/mercury/modules/*
- $(MOD2INIT) -w"`extract $* '' Entry`" $^ > $@
-
-%_init.nl: NP_Entry
- echo "main(_) :- `extract $* '' NP_Entry`." > $@
-
-%: %.o %_init.o printlist.o
- $(ML) -s$(GRADE) $(MLFLAGS) -o $@ $^
-
-%.out: %
- ./$< > $@ 2>&1
-
-%.exp: %.nu
- ./$< > $@ 2>&1
-
-%.res: %.exp %.out
- diff -u $*.exp $*.out > $@
-
-%.nu : %.no %_init.no printlist.no
- mnl -o $@ $^
-
-clean: clean_mod clean_c clean_out clean_exp clean_res clean_nl_init
-
-clean_mc: clean_mod clean_c clean_o clean_out clean_res
-
-clean_mod:
- rm -f *.mod
-
-clean_c:
- rm -f *.c
-
-clean_out:
- rm -f *.out
-
-clean_exp:
- rm -f *.exp
-
-clean_res:
- rm -f *.res
-
-clean_nl_init:
- rm -f *_init.nl
-
-realclean: clean_nu
-
-clean_nu:
- rm -f *.nu
-
--include *.d
-
-#-----------------------------------------------------------------------------#
diff --git a/tests/debugger/interactive.exp2
b/tests/debugger/interactive.exp2
deleted file mode 100644
index 32d85fc..0000000
--- a/tests/debugger/interactive.exp2
+++ /dev/null
@@ -1 +0,0 @@
-### THIS FILE IS NOT CURRENTLY USED ###
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20130503/5f34223f/attachment.html>


More information about the reviews mailing list