CTestTestfile.cmake 399 B

12345678910
  1. # CMake generated Testfile for
  2. # Source directory: /mnt/hgfs/vm-exchange/SQLiteCpp
  3. # Build directory: /mnt/hgfs/vm-exchange/SQLiteCpp/build
  4. #
  5. # This file includes the relevant testing commands required for
  6. # testing this directory and lists subdirectories to be tested as well.
  7. ADD_TEST(UnitTests "SQLiteCpp_tests")
  8. ADD_TEST(Example1Run "SQLiteCpp_example1")
  9. SUBDIRS(sqlite3)
  10. SUBDIRS(googletest)