Skip to content

Commit 9bee4dd

Browse files
committed
create a project for new regression and manage its install
1 parent a0dfc49 commit 9bee4dd

8 files changed

Lines changed: 7 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ cmake_minimum_required(VERSION 3.12)
55
find_package(Sofa.Config) # Load SofaMacros
66

77
sofa_add_subdirectory(application Regression_test Regression_test)
8+
sofa_add_subdirectory(application SofaRegressionProgram SofaRegressionProgram)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.22)
2+
project(SofaRegressionProgram)
3+
4+
set(REGRESSION_PROGRAM_INSTALL_DIR plugins/SofaRegressionProgram)
5+
install(FILES SofaRegressionProgram.py DESTINATION ${REGRESSION_PROGRAM_INSTALL_DIR})
6+
install(DIRECTORY tools DESTINATION ${REGRESSION_PROGRAM_INSTALL_DIR})

SofaRegressionProgram.py renamed to SofaRegressionProgram/SofaRegressionProgram.py

File renamed without changes.

tools/ProgressBarHandler.py renamed to SofaRegressionProgram/tools/ProgressBarHandler.py

File renamed without changes.

tools/ReferenceFileIO.py renamed to SofaRegressionProgram/tools/ReferenceFileIO.py

File renamed without changes.

tools/RegressionHelper.py renamed to SofaRegressionProgram/tools/RegressionHelper.py

File renamed without changes.

tools/RegressionSceneData.py renamed to SofaRegressionProgram/tools/RegressionSceneData.py

File renamed without changes.

tools/RegressionSceneList.py renamed to SofaRegressionProgram/tools/RegressionSceneList.py

File renamed without changes.

0 commit comments

Comments
 (0)