Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.hets*
*.bin
./hets
hets
hets_server
hets.cgi
rev.txt
Expand Down Expand Up @@ -199,3 +200,14 @@ NeSyPatterns/AS.hs
NeSyPatterns/ATC_NeSyPatterns.der.hs
NeSyPatterns/ATC_NeSyPatterns.hs
OWL2/scripts/runTest

*.th
*.pp.dol
capa
annos
testxmldiff
testxpath
testxupdate
showKP
hacapa
TestSublogics
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ TESTTARGETFILES += Scratch.hs CASL/fromKif.hs CASL/capa.hs HasCASL/hacapa.hs \
Comorphisms/test/sublogicGraph.hs PGIP/ParseProofScript.hs \
Common/testxupdate.hs Common/testxpath.hs \
SoftFOL/dfg.hs Adl/adl.hs GUI/displayDependencyGraph.hs \
OWL2/scripts/runTest.hs
OWL2/scripts/runTest.hs Propositional/test/TestSublogics.hs

### list of directories to run checks in
TESTDIRS += Common CASL Fpl/test HasCASL test ExtModal/Tries \
CommonLogic/TestData OWL2/tests
CommonLogic/TestData OWL2/tests Propositional/test

hs_clean_files = Haskell/TiATC.hs Haskell/TiDecorateATC.hs \
Haskell/TiPropATC.hs Haskell/ATC_Haskell.der.hs
Expand Down
4 changes: 4 additions & 0 deletions Propositional/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# $Id$

%:
(cd test; $(MAKE) $@)
Loading