Skip to content

Commit 382cab6

Browse files
author
Javier
committed
add README
1 parent 506d7eb commit 382cab6

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

libhdt/tests/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
# HDT TESTS
3+
4+
## Overview
5+
6+
This folder contains different snippets of code to showcase and test the HDT suite. Some pieces of code could be outdated.
7+
8+
## Compilation
9+
10+
Compile the examples with:
11+
12+
```
13+
$ make check
14+
```
15+
16+
This command will compile all the (uncommented) programs listed in Makefile.am. If you need to include another one, uncomment or include the name of the program in Makefile.am, and generate again the Makefile with ./autogen.sh and ./configure in the main root path.
17+
18+
## License
19+
20+
Copyright (C) 2012, Mario Arias, Javier D. Fernandez, Miguel A. Martinez-Prieto
21+
All rights reserved.
22+
23+
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
24+
25+
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
27+
28+
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29+
30+
Visit our Web Page: http://www.rdfhdt.org
31+
32+
## Contacting the authors:
33+
34+
- Mario Arias: mario.arias@deri.org
35+
36+
- Javier D. Fernandez: jfergar@infor.uva.es
37+
38+
- Miguel A. Martinez-Prieto: migumar2@infor.uva.es

0 commit comments

Comments
 (0)