~ubuntu-branches/ubuntu/trusty/xpathselect/trusty

« back to all changes in this revision

Viewing changes to test/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader
  • Date: 2013-01-23 00:00:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130123000059-ez6oz726vueubmlj
Tags: 1.1.3daily13.01.23-0ubuntu1
Automatic snapshot from revision 28

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        add_definitions("-std=c++11")
14
14
 
15
15
        #run all tests
16
 
        set(SOURCES test_main.cpp test_node.cpp test_xpath_simple.cpp test_xpath_tree.cpp dummynode.h)
 
16
        set(SOURCES test_main.cpp test_xpath_simple.cpp test_xpath_tree.cpp dummynode.h test_parser.cpp)
17
17
        add_executable(test-runner ${SOURCES})
18
18
 
19
19
        add_dependencies (test-runner gtest)