summaryrefslogtreecommitdiffstats
path: root/tests/grddl/CMakeLists.txt
blob: 6873c1a56c7604dbab14079a131a8bfc7f5735d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# raptor/tests/grddl/CMakeLists.txt
#
# Original listfile by Daniel Richard G. <skunk@iSKUNK.ORG>
# This file is in the public domain.
#

IF(RAPTOR_PARSER_GRDDL)

	RAPPER_TEST(grddl.test-01
		"${RAPPER} -f noNet -q -i grddl -o ntriples ${CMAKE_CURRENT_SOURCE_DIR}/test-01.html"
		test-01.res
		${CMAKE_CURRENT_SOURCE_DIR}/test-01.out
	)

ENDIF(RAPTOR_PARSER_GRDDL)

# end raptor/tests/grddl/CMakeLists.txt