# CMake generated Testfile for # Source directory: /home/zedshaw/projects/myriad # Build directory: /home/zedshaw/projects/myriad # # This file replicates the SUBDIRS() and ADD_TEST() commands from the source # tree CMakeLists.txt file, skipping any SUBDIRS() or ADD_TEST() commands # that are excluded by CMake control structures, i.e. IF() commands. # # The next line is critical for Dart to work # Duh :-) ADD_TEST(testmyriad "tests/testrunner") SUBDIRS(src/myriad tests)