Skip to content

Commit

Permalink
Improved database tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Oct 15, 2024
1 parent cc01980 commit c881e75
Show file tree
Hide file tree
Showing 34 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,5 @@ IF (WITH_IMPORTER)
ADD_SUBDIRECTORY(SQL)
ADD_SUBDIRECTORY(NoSQL)
ADD_SUBDIRECTORY(TestDB)
ADD_SUBDIRECTORY(examples)
ADD_SUBDIRECTORY(results-examples)
ENDIF()
2 changes: 2 additions & 0 deletions src/SQL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ INSTALL(FILES
README-MySQL+MariaDB.md
README-PostgreSQL.md
mariadb-database.sql
mariadb-delete-all-rows.sql
mariadb-schema.sql
mariadb-test.sql
mariadb-users.sql
postgresql-database.sql
postgresql-delete-all-rows.sql
postgresql-schema.sql
postgresql-test.sql
postgresql-users.sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ INSTALL(FILES HiPerConTracer.R
README.md
r-ping-example
r-traceroute-example
DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/hipercontracer/examples)
DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/hipercontracer/examples/results-examples)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c881e75

Please sign in to comment.